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

Class Allowance

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

Source from the content-addressed store, hash-verified

41
42@dataclasses.dataclass(frozen=True)
43class Allowance:
44 file: str
45 function: str
46 expected: int
47 transport: str
48 scope: str
49 justification: str
50
51
52def _mask_non_code(source: str) -> str:

Callers 2

_read_allowancesFunction · 0.85
_self_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected