Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ collapse_whitespace
Function
collapse_whitespace
devtools/bolt-coverage.py:27–28 ·
view source on GitHub ↗
(string: str)
Source
from the content-addressed store, hash-verified
25
26
27
def
collapse_whitespace(string: str) -> str:
28
return
whitespace_re.sub(
" "
, string)
29
30
31
def
collapse_with_linemap(raw_lines: List[Tuple[int, str]]) -> Tuple[str, List[int]]:
Callers
nothing calls this directly
Calls
1
sub
Method · 0.80
Tested by
no test coverage detected