MCPcopy Index your code
hub / github.com/coder/mux / buildStopWhenForTests

Function buildStopWhenForTests

src/node/services/streamManager.test.ts:423–428  ·  view source on GitHub ↗
(streamManager = new StreamManager(historyService))

Source from the content-addressed store, hash-verified

421 }) => StopWhenCondition[];
422
423 function buildStopWhenForTests(streamManager = new StreamManager(historyService)) {
424 return getPrivateMethodForTests<BuildStopWhenCondition>(
425 streamManager,
426 "createStopWhenCondition"
427 );
428 }
429
430 function requiredToolConditionForTests(toolPolicy: ToolPolicy): StopWhenCondition {
431 const [, , requiredToolCondition] = buildStopWhenForTests()({

Callers 2

Calls 1

getPrivateMethodForTestsFunction · 0.85

Tested by

no test coverage detected