CodeStory.Args (CodeStory v0.1.0)

Copy Markdown View Source

Extracts function parameter names from BEAM debug info chunks.

Summary

Functions

Builds a lookup map of {module, function, arity} -> [param_names] for all exported functions in the given modules.

Functions

extract(modules)

Builds a lookup map of {module, function, arity} -> [param_names] for all exported functions in the given modules.

Falls back to positional arg names (:arg1, :arg2, etc.) when debug info is unavailable.