Kitt.Util.to_map_recursive

You're seeing just the function to_map_recursive, go back to Kitt.Util module for more information.
Link to this function

to_map_recursive(element)

View Source

Specs

to_map_recursive(term()) :: term()

Recursively converts a Kitt message struct to its equivalent Elixir map to allow it to be encoded to binary format. Reduces over the fields of the struct and converts it and any sub-fields defined as structs to a map.