describe_logic
Describe the behavioral logic of any function or class: returns its raw body, identifies similar logic clusters, and measures structural centrality in the dependency graph.
Instructions
Describe the behavioral logic of a function or class — returns the raw function body, logic cluster membership (which other entities behave similarly), and structural centrality (PageRank importance in the dependency graph). Use when asked 'what does this function do internally', 'how does X work at a high level', or 'what is the logic of X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function or class name |