MCPcopy Create free account
hub / github.com/Noumena-Network/code / __setWorkflowRuntimeForTests

Function __setWorkflowRuntimeForTests

src/tools/WorkflowTool/WorkflowTool.ts:145–147  ·  view source on GitHub ↗
(runtime?: WorkflowRuntime)

Source from the content-addressed store, hash-verified

143let workflowRuntime: WorkflowRuntime = runWorkflowLifecycle
144
145export function __setWorkflowRuntimeForTests(runtime?: WorkflowRuntime): void {
146 workflowRuntime = runtime ?? runWorkflowLifecycle
147}
148
149function getWorkflowAppState(appState: AppState): AppState {
150 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected