Callers
callersFind actual call sites of a function or method across a directory, ignoring comments and string literals. Shows each call's enclosing function and path:line, with definitions listed first.
Instructions
Actual call sites of a function or method across a directory, never a mention in prose, a comment, a docstring or a string literal; each with its enclosing function and path:line, the definition(s) first. A qualified name (Class.method) narrows the definitions; which definition a site binds to is not resolved, and the answer says so. In your shell: sct callers <name> or sct callers <name> --dir <dir> (if sct is not on PATH, "/app/.venv/bin/python" -m scantool.cli replaces sct).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| name | Yes | ||
| directory | No | . | |
| output_format | No | tree |