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

Function getActivityDescription

src/tools/FileReadTool/FileReadTool.ts:369–372  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

367 userFacingName,
368 getToolUseSummary,
369 getActivityDescription(input) {
370 const summary = getToolUseSummary(input)
371 return summary ? `Reading ${summary}` : 'Reading file'
372 },
373 isConcurrencySafe() {
374 return true
375 },

Callers

nothing calls this directly

Calls 1

getToolUseSummaryFunction · 0.70

Tested by

no test coverage detected