MCPcopy
hub / github.com/claude-code-best/claude-code / __resetWorkflowServiceForTests

Function __resetWorkflowServiceForTests

src/workflow/service.ts:321–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319
320/** For tests: reset the singleton (avoid cross-case contamination). */
321export function __resetWorkflowServiceForTests(): void {
322 cached = null
323}
324
325/**
326 * Returns the already-instantiated service (does not create one). Used on process exit / config unload to peek;

Callers 2

service.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected