MCPcopy Index your code
hub / github.com/simstudioai/sim / computeDirtySet

Function computeDirtySet

apps/sim/executor/utils/run-from-block.test.ts:10–12  ·  view source on GitHub ↗

* Helper to extract dirty set from computeExecutionSets

(dag: DAG, startBlockId: string)

Source from the content-addressed store, hash-verified

8 * Helper to extract dirty set from computeExecutionSets
9 */
10function computeDirtySet(dag: DAG, startBlockId: string): Set<string> {
11 return computeExecutionSets(dag, startBlockId).dirtySet
12}
13
14/**
15 * Helper to create a DAG node for testing

Callers 1

Calls 1

computeExecutionSetsFunction · 0.90

Tested by

no test coverage detected