AutoApi.CrashState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.CrashState module for more information.
Specs
Build state based on binary value
iex> bin = <<5, 0, 4, 1, 0, 1, 3>> iex> AutoApi.CrashState.from_bin(bin) %AutoApi.CrashState{severity: %AutoApi.Property{data: 3}}