Module.spec_to_callback

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

spec_to_callback(module, definition)

View Source (since 1.7.0)

Specs

spec_to_callback(module(), definition()) :: boolean()

Copies the given spec as a callback.

Returns true if there is such a spec and it was copied as a callback. If the function associated to the spec has documentation defined prior to invoking this function, the docs are copied too.