AutoApi.Capability.get_by_id
You're seeing just the function
get_by_id
, go back to AutoApi.Capability module for more information.
Specs
Returns a capability module by its binary id.
Returns nil
if there is no capability with the given id.
Examples
iex> AutoApi.Capability.get_by_id(<<0x00, 0x35>>) AutoApi.IgnitionCapability
iex> AutoApi.Capability.get_by_id(<<0xDE, 0xAD>>) nil