MCPcopy 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
18function parseFilePaths(result: string): string[] {
19 return result
20 .split("\n")
21 .map((l) => l.trim())
22 .filter(Boolean);
23}
24
25export function ToolGlob({
26 input,

Callers 1

ToolGlobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected