MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getActivityDescription

Function getActivityDescription

src/tools/GrepTool/GrepTool.ts:173–176  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

171 },
172 getToolUseSummary,
173 getActivityDescription(input) {
174 const summary = getToolUseSummary(input)
175 return summary ? `Searching for ${summary}` : 'Searching'
176 },
177 get inputSchema(): InputSchema {
178 return inputSchema()
179 },

Callers

nothing calls this directly

Calls 1

getToolUseSummaryFunction · 0.70

Tested by

no test coverage detected