mix holo.compiler.runtime_to_mfa_paths (hologram v0.10.0)

Copy Markdown View Source

Prints paths from runtime entry MFAs to the given destination MFA.

Examples

$ mix holo.compiler.runtime_to_mfa_paths "{MyModule, :my_fun, 2}"

Where {MyModule, :my_fun, 2} is the destination MFA.