MCPcopy Index your code
hub / github.com/witheve/Eve / blockCheck

Method blockCheck

src/runtime/performance.ts:102–105  ·  view source on GitHub ↗
(start)

Source from the content-addressed store, hash-verified

100 }
101
102 blockCheck(start) {
103 this.blockCheckTime += time(start) as number;
104 this.blockCheckCalls++;
105 }
106
107 fixpoint(start) {
108 this.fixpointTime += time(start) as number;

Callers 1

blocksFromCommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected