MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / strip_js_ws

Function strip_js_ws

codegraph-kernel/src/swift.rs:109–111  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

107 )
108}
109fn strip_js_ws(s: &str) -> String {
110 s.chars().filter(|c| !is_js_space(*c)).collect()
111}
112
113struct Scope {
114 row: u32,

Callers 1

extract_callMethod · 0.70

Calls 2

is_js_spaceFunction · 0.70
collectMethod · 0.45

Tested by

no test coverage detected