MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / isHiddenToolName

Function isHiddenToolName

cli/src/utils/sdk-event-handlers.ts:108–111  ·  view source on GitHub ↗
(
  toolName: string,
)

Source from the content-addressed store, hash-verified

106])
107
108const isHiddenToolName = (
109 toolName: string,
110): toolName is ToolName | 'spawn_agent_inline' =>
111 hiddenToolNames.has(toolName as ToolName | 'spawn_agent_inline')
112
113const ensureStreaming = (state: EventHandlerState) => {
114 if (!state.message.hasReceivedContentRef.current) {

Callers 1

handleToolCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected