CRC.list

You're seeing just the function list, go back to CRC module for more information.

Specs

list() :: [{atom(), String.t()}]

Returns a list of all the compiled CRC models.

Specs

list(binary()) :: [{atom(), String.t()}]

Returns a list of all compiled CRC Models that match the filter given.

Filter is compiled into a regular expression and matched against the model name and description.