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

Function normalized_section_content

scripts/lint_note.py:1280–1281  ·  view source on GitHub ↗
(body: str)

Source from the content-addressed store, hash-verified

1278
1279
1280def normalized_section_content(body: str) -> str:
1281 return normalize_lint_whitespace(" ".join(cleaned_section_lines(body)))
1282
1283
1284def normalize_lint_whitespace(text: str) -> str:

Callers 2

text_unitsFunction · 0.85

Calls 2

cleaned_section_linesFunction · 0.85

Tested by

no test coverage detected