MCPcopy Create free account
hub / github.com/adny-code/fastgrind / _stack_node_name

Function _stack_node_name

tools/fastgrind.py:193–194  ·  view source on GitHub ↗
(node: dict[str, Any])

Source from the content-addressed store, hash-verified

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

Callers 5

_finalize_stack_treeMethod · 0.85
_stack_tree_to_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected