Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ nextRound
Method
nextRound
src/runtime/changes.ts:221–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
}
220
221
nextRound() {
222
this.round++;
223
this.changed = false;
224
this.changes[this.round] =
new
ChangesIndex();
225
}
226
227
228
toCommitted(scopeLookup: Object) {
Callers
1
fixpoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected