Extract function dependency tree
extract_function_treeLocate a named function in collected scripts and recursively project its static call dependencies, building a call tree with configurable depth.
Instructions
Find a named function in collected scripts and recursively project statically named call dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | ||
| collectionId | Yes | ||
| functionName | Yes |