Wayfinder.Processor.Introspect (Wayfinder Ex v0.1.2)
View SourceExtracts {line, file}
metadata for a given controller and action.
Used to emit @see
references for frontend route/action generators.
Summary
Functions
Returns the {line, file}
where the given controller module
and action
are defined.
Types
@type location() :: {line :: pos_integer(), file :: binary()} | nil