MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / issue

Function issue

scripts/lint_grounding.py:55–58  ·  view source on GitHub ↗
(code: str, severity: str = "error", **details: Any)

Source from the content-addressed store, hash-verified

53
54
55def issue(code: str, severity: str = "error", **details: Any) -> dict[str, Any]:
56 payload = {"code": code, "severity": severity}
57 payload.update(details)
58 return payload
59
60
61def source_section_ids(source_manifest: dict[str, Any]) -> set[str]:

Callers 4

validate_note_planFunction · 0.70
validate_central_claimsFunction · 0.70
validate_bundle_contractFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected