Foundry. SparkMeta. Analyzers. LiveViewActions
(foundry v0.1.2)
Copy Markdown
Scans LiveView module source to infer Ash action calls.
Summary
Functions
Extract Ash action calls from a LiveView module.
Functions
Extract Ash action calls from a LiveView module.
Returns a list of maps with resource and action keys:
resourceis the Ash resource module name (string) being acted uponactionis:reador:write(or specific action name)
Prioritizes AST scanning for actual Ash calls and uses @calls_actions
source annotations only to supplement cases the AST cannot see directly.