View Source ExFactor.Neighbors (ExFactor v0.4.1)

Documentation for ExFactor.Neighbors.

Link to this section Summary

Functions

Walk the AST and find all the elements before the target function and the previous function. Find all the instances of the target function. Return after evaluating all the block-level AST elements. Ignore certain elements, such as :alias.

Link to this section Functions

Link to this function

walk(block, func_name, arity \\ :unmatched)

View Source

Walk the AST and find all the elements before the target function and the previous function. Find all the instances of the target function. Return after evaluating all the block-level AST elements. Ignore certain elements, such as :alias.