Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1280
def
normalized_section_content(body: str) -> str:
1281
return
normalize_lint_whitespace(
" "
.join(cleaned_section_lines(body)))
1282
1283
1284
def
normalize_lint_whitespace(text: str) -> str:
Callers
2
text_units
Function · 0.85
inspect_substantive_content
Function · 0.85
Calls
2
normalize_lint_whitespace
Function · 0.85
cleaned_section_lines
Function · 0.85
Tested by
no test coverage detected