MCPcopy Create free account
hub / github.com/apache/maka / clearPendingInteractions

Function clearPendingInteractions

packages/cli/src/pi-transcript.ts:1190–1193  ·  view source on GitHub ↗
(state: MakaPiTranscriptState)

Source from the content-addressed store, hash-verified

1188}
1189
1190function clearPendingInteractions(state: MakaPiTranscriptState): void {
1191 state.pendingInteraction = undefined;
1192 state.queuedInteractions = [];
1193}
1194
1195/**
1196 * Per-entry render cache. The transcript re-renders on every keystroke and

Calls

no outgoing calls

Tested by

no test coverage detected