Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ strip_js_ws
Function
strip_js_ws
codegraph-kernel/src/csharp.rs:94–96 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
92
)
93
}
94
fn strip_js_ws(s: &str) -> String {
95
s.chars().filter(|c| !is_js_space(*c)).collect()
96
}
97
98
struct Scope {
99
row: u32,
Callers
1
extract_call
Method · 0.70
Calls
2
is_js_space
Function · 0.70
collect
Method · 0.45
Tested by
no test coverage detected