No usage documentation available
Adds :branch? to branch AST nodes (if/case), :test? to the test children node of the branching op and :path? to the branching paths. Example: {:op if :branch? true :test {:test? true ..} :then {:path? true ..} ..}Source