MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / _audit_allowlist

Function _audit_allowlist

tools/skillgen/gen.py:259–261  ·  view source on GitHub ↗

The full set of v8 headings the audit may skip for this host.

(platform_key: str)

Source from the content-addressed store, hash-verified

257
258
259def _audit_allowlist(platform_key: str) -> frozenset[str]:
260 """The full set of v8 headings the audit may skip for this host."""
261 return SHARED_INTRO_ALLOWLIST | _CONSOLIDATION_ALLOWLIST.get(platform_key, frozenset())
262
263
264@dataclass(frozen=True)

Callers 1

audit_coverageFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected