AutoApi.Permissions.parse
You're seeing just the function
parse
, go back to AutoApi.Permissions module for more information.
Parses permissions from a single comma-delimited string to a list
Examples
iex> AutoApi.Permissions.parse "charge.read,lights.read,climate.write" ["charge.read", "lights.read", "climate.write"]