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

Class

packages/node-core/src/utils/blockHeightMap.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export class BlockHeightMap<T> {
13 #map: Map<number, T>;
14
15 constructor(initialValues: Map<number, T>) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected