MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / iconFor

Function iconFor

app/src/modules/renderer.js:38–38  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

36 Task: '<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/></svg>',
37};
38function iconFor(name) { return ICONS[name] || ICONS.Bash; }
39
40function toolDesc(name, input) {
41 if (!input) return '';

Callers 1

renderToolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected