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

Function issue

scripts/lint_note.py:1300–1306  ·  view source on GitHub ↗
(section: str, reason: str, severity: str, snippet: str)

Source from the content-addressed store, hash-verified

1298
1299
1300def issue(section: str, reason: str, severity: str, snippet: str) -> dict[str, object]:
1301 return {
1302 "section": section,
1303 "reason": reason,
1304 "severity": severity,
1305 "snippet": normalize_lint_whitespace(snippet)[:160],
1306 }
1307
1308
1309def text_units(body: str) -> list[str]:

Callers 1

Calls 1

Tested by

no test coverage detected