MCPcopy Index your code
hub / github.com/Shazbot/WH3-Mod-Manager / NodeGraphExecutionRequest

Interface NodeGraphExecutionRequest

src/nodeGraphExecutor.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { executeNodeAction, resetCounterTracking } from "./nodeExecutor";
4
5interface NodeGraphExecutionRequest {
6 nodes: SerializedNode[];
7 connections: SerializedConnection[];
8 nodeConfigs?: Record<string, unknown>;
9 executionContext?: FlowExecutionContext;
10 resetCounters?: boolean;
11}
12interface NodeGraphExecutionResult {
13 success: boolean;
14 executionResults: Map<string, NodeExecutionResult>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected