MCPcopy 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
27def collapse_whitespace(string: str) -> str:
28 return whitespace_re.sub(" ", string)
29
30
31def collapse_with_linemap(raw_lines: List[Tuple[int, str]]) -> Tuple[str, List[int]]:

Callers

nothing calls this directly

Calls 1

subMethod · 0.80

Tested by

no test coverage detected