MCPcopy Create free account
hub / github.com/anus-dev/ANUS / advanceTurns

Function advanceTurns

packages/core/src/services/loopDetectionService.test.ts:619–623  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

617 });
618
619 const advanceTurns = async (count: number) => {
620 for (let i = 0; i < count; i++) {
621 await service.turnStarted(abortController.signal);
622 }
623 };
624
625 it('should not trigger LLM check before LLM_CHECK_AFTER_TURNS', async () => {
626 await advanceTurns(29);

Callers 1

Calls 1

turnStartedMethod · 0.80

Tested by

no test coverage detected