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

Method captureEnd

src/runtime/changes.ts:138–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 captureEnd() {
139 let cur = this.capturedChanges;
140 this.capturedChanges = undefined;
141 return cur;
142 }
143
144 store(scope, e,a,v,node?) {
145 // console.log("STORING", e, a, v, node, this.index.lookup(e,a,v,node) === undefined);

Callers 1

executeActionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected