MCPcopy
hub / github.com/simstudioai/sim / cloneWorkflowEntries

Function cloneWorkflowEntries

apps/sim/stores/terminal/console/store.ts:125–129  ·  view source on GitHub ↗
(
  workflowEntries: Record<string, ConsoleEntry[]>
)

Source from the content-addressed store, hash-verified

123}
124
125function cloneWorkflowEntries(
126 workflowEntries: Record<string, ConsoleEntry[]>
127): Record<string, ConsoleEntry[]> {
128 return { ...workflowEntries }
129}
130
131function removeWorkflowIndexes(
132 workflowId: string,

Callers 3

replaceWorkflowEntriesFunction · 0.85
appendWorkflowEntryFunction · 0.85
store.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected