MCPcopy 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
15def collapse_whitespace(string: str) -> str:
16 return whitespace_re.sub(" ", string)
17
18
19def add_quote(

Callers 2

add_quoteFunction · 0.70
load_boltFunction · 0.70

Calls 1

subMethod · 0.80

Tested by

no test coverage detected