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

Class StackNode

tools/fastgrind.py:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64@dataclass(frozen=True)
65class StackNode:
66 node_id: int
67 parent_id: int
68 function_id: int
69 depth: int
70 flags: int
71
72
73@dataclass(frozen=True)

Callers 1

_parse_stack_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected