Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ isWorkflowToolName
Function
isWorkflowToolName
apps/sim/lib/copilot/tools/workflow-tools.ts:10–12 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
8
const
WORKFLOW_TOOL_NAME_SET =
new
Set<string>(WORKFLOW_TOOL_NAMES)
9
10
export
function
isWorkflowToolName(name: string): boolean {
11
return
WORKFLOW_TOOL_NAME_SET.has(name)
12
}
Callers
5
prePersistClientExecutableToolCall
Function · 0.90
dispatchToolExecution
Function · 0.90
getReplayCompletedWorkflowToolCallIds
Function · 0.90
useChat
Function · 0.90
handleToolEvent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected