Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getToolLabel
Function
getToolLabel
web/components/tools/ToolUseBlock.tsx:58–60 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
56
};
57
58
function getToolLabel(name: string): string {
59
return TOOL_LABELS[name.toLowerCase()] ?? name;
60
}
61
62
// ─── Elapsed timer ────────────────────────────────────────────────────────────
63
Callers
1
ToolUseBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected