(node: dict[str, Any])
| 191 | |
| 192 | |
| 193 | def _stack_node_name(node: dict[str, Any]) -> str: |
| 194 | return str(node.get("display_name") or node.get("canonical_name") or "(unknown)") |
| 195 | |
| 196 | |
| 197 | def _format_stack_summary(node: dict[str, Any]) -> str: |
no outgoing calls
no test coverage detected