MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / Call

Class Call

scripts/security-network-source-audit.py:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26@dataclasses.dataclass(frozen=True)
27class Call:
28 name: str
29 line: int
30 start: int
31 end: int
32 text: str
33
34
35@dataclasses.dataclass(frozen=True)

Callers 1

_scan_callsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected