MCPcopy Index your code
hub / github.com/subquery/subql / put

Method put

packages/node-core/src/utils/queues/queue.ts:34–36  ·  view source on GitHub ↗
(item: T)

Source from the content-addressed store, hash-verified

32 }
33
34 put(item: T): void {
35 this.putMany([item]);
36 }
37
38 putMany(items: T[]): void {
39 if (this.freeSpace && items.length > this.freeSpace) {

Callers 3

updateDeploymentFunction · 0.45
rampQueue.spec.tsFile · 0.45
autoQueue.spec.tsFile · 0.45

Calls 1

putManyMethod · 0.95

Tested by

no test coverage detected