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

Function createEmptyToolCounts

src/utils/streamlinedTransform.ts:60–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60function createEmptyToolCounts(): ToolCounts {
61 return {
62 searches: 0,
63 reads: 0,
64 writes: 0,
65 commands: 0,
66 other: 0,
67 }
68}
69
70/**
71 * Generate a summary text for tool counts.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected