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

Copy Markdown View Source

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

Examples

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

Where MyPageModule is the name of the page module and {MyModule, :my_fun, 2} is the destination MFA.