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

Method getAll

packages/node-core/src/utils/blockHeightMap.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 getAll(): Map<number, T> {
21 return this.#map;
22 }
23
24 get(height: number): T {
25 const details = this.getDetails(height);

Callers 7

constructorMethod · 0.80
projectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected