AutoApi.BrowserState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.BrowserState module for more information.
Specs
Build state based on binary value
iex> url = "https://about.high-mobility.com" iex> size = byte_size(url) iex> AutoApi.BrowserState.from_bin(<<1, size + 3::integer-16, 1, size::integer-16, url::binary>>) %AutoApi.BrowserState{url: %AutoApi.Property{data: "https://about.high-mobility.com"}}