MCPcopy Create free account
hub / github.com/tiann/hapi / interruptActiveTurn

Method interruptActiveTurn

cli/src/codex/codexRemoteLauncher.ts:2660–2663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2658 };
2659
2660 const interruptActiveTurn = async () => {
2661 suppressReadyForInterruptedTurn(this.currentTurnId);
2662 await this.interruptActiveTurns('slash command');
2663 };
2664
2665 const resumeExistingThreadForCompact = async (mode: EnhancedMode): Promise<string | null> => {
2666 if (this.currentThreadId && this.currentThreadId !== invalidThreadId) {

Callers

nothing calls this directly

Calls 1

interruptActiveTurnsMethod · 0.95

Tested by

no test coverage detected