MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / abort

Method abort

src/core/agent.ts:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 }
297
298 abort(): void {
299 this.abortController?.abort()
300 }
301
302 get isIdle(): boolean {
303 return this.abortController === undefined

Callers 3

fetchLatestNpmVersionFunction · 0.80
handleToolCallMethod · 0.80
AppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected