Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ parseFilePaths
Function
parseFilePaths
web/components/tools/ToolGlob.tsx:18–23 ·
view source on GitHub ↗
(result: string)
Source
from the content-addressed store, hash-verified
16
}
17
18
function parseFilePaths(result: string): string[] {
19
return result
20
.split(
"\n"
)
21
.map((l) => l.trim())
22
.filter(Boolean);
23
}
24
25
export function ToolGlob({
26
input,
Callers
1
ToolGlob
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected