guaxinim v0.1.2 Guaxinim.Utils.URL

Link to this section Summary

Functions

URL for an Erlang function from the standard library (given as {module, function, arity})

URL for a given function. The function is given as {module, function, arity}, where module and function are strings instead of atoms

URL for functions defined in the current project

URL for a function (given as {module, function, arity}) from a Hex package

Link to this section Functions

Link to this function url_for_builtin_erlang_module(arg)

URL for an Erlang function from the standard library (given as {module, function, arity})

Link to this function url_for_mfa(config, src, mfa)

URL for a given function. The function is given as {module, function, arity}, where module and function are strings instead of atoms.

Link to this function url_internal(config, src, dst, line)

URL for functions defined in the current project.

Link to this function url_mfa_hexdocs(package, arg)

URL for a function (given as {module, function, arity}) from a Hex package.