MCPcopy Create free account
hub / github.com/subquery/subql / abort

Method abort

packages/node-core/src/utils/queues/autoQueue.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 abort(): void {
214 this._abort = true;
215 }
216
217 on(evt: 'size', callback: (size: number) => void | Promise<void>): () => void {
218 this.eventEmitter.on(evt, callback as (size: number) => void);

Callers 5

HttpClientClass · 0.80
abortFetchingFunction · 0.80
onApplicationShutdownMethod · 0.80
onApplicationShutdownMethod · 0.80
enqueueBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected