Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ collapse_whitespace
Function
collapse_whitespace
devtools/check_quotes.py:15–16 ·
view source on GitHub ↗
(string: str)
Source
from the content-addressed store, hash-verified
13
14
15
def
collapse_whitespace(string: str) -> str:
16
return
whitespace_re.sub(
" "
, string)
17
18
19
def
add_quote(
Callers
2
add_quote
Function · 0.70
load_bolt
Function · 0.70
Calls
1
sub
Method · 0.80
Tested by
no test coverage detected