Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
blocksFromCommit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected