Telehashname.from_csks

You're seeing just the function from_csks, go back to Telehashname module for more information.
Link to this function

from_csks(csks, im \\ %{})

View Source

Specs

from_csks(csk_list(), map()) :: {binary(), map()} | nil

Generate a hashname from a list of CSKs

As an affordance, an intermediates map may also be provided.

The return value is a tuple with the hashname and a map of the intermediate values used for generation.

nil is returned when no valid CSKs are found in the list.