View Source Ash.Type.Function (ash v2.21.4)

Represents a function.

If the type would be dumped to a native format, :erlang.term_to_binary(term, [:safe]) is used.

Please keep in mind, this is NOT SAFE to use with external input.

More information available here: https://erlang.org/doc/man/erlang.html#binary_to_term-2