MCPcopy Index your code
hub / github.com/codeaashu/claude-code / extractSearchText

Function extractSearchText

src/tools/GlobTool/GlobTool.ts:151–153  ·  view source on GitHub ↗
({ filenames })

Source from the content-addressed store, hash-verified

149 // Reuses Grep's render (UI.tsx:65) — shows filenames.join. durationMs/
150 // numFiles are "Found 3 files in 12ms" chrome (under-count, fine).
151 extractSearchText({ filenames }) {
152 return filenames.join('\n')
153 },
154 async call(input, { abortController, getAppState, globLimits }) {
155 const start = Date.now()
156 const appState = getAppState()

Callers 1

VirtualMessageListFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected