MCPcopy
hub / github.com/witheve/Eve / execute

Method execute

src/runtime/actions.ts:52–57  ·  view source on GitHub ↗
(multiIndex, row, changes)

Source from the content-addressed store, hash-verified

50
51export class InsertAction extends Action {
52 execute(multiIndex, row, changes) {
53 let [e,a,v] = this.resolve(row);
54 for(let scope of this.scopes) {
55 changes.store(scope,e,a,v,this.node);
56 }
57 }
58}
59
60export class RemoveAction extends Action {

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.45
storeMethod · 0.45

Tested by

no test coverage detected