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

Method reset

packages/node-core/src/indexer/StoreOperations.ts:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 reset(): void {
73 // Bad types
74 (this.merkleTools as any).resetTree();
75 }
76
77 makeOperationMerkleTree(): void {
78 this.merkleTools.makeTree();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected