MCPcopy Create free account
hub / github.com/freecodexyz/free-code / interrupt

Method interrupt

src/QueryEngine.ts:1158–1160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1156 }
1157
1158 interrupt(): void {
1159 this.abortController.abort()
1160 }
1161
1162 getMessages(): readonly Message[] {
1163 return this.mutableMessages

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected