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

Method executeActions

src/runtime/runtime.ts:214–220  ·  view source on GitHub ↗
(actions: Action[], changes = this.createChanges())

Source from the content-addressed store, hash-verified

212 }
213
214 executeActions(actions: Action[], changes = this.createChanges()) {
215 for(let action of actions) {
216 action.execute(this.multiIndex, [], changes);
217 }
218 let committed = changes.commit();
219 return this.fixpoint(changes, this.blocksFromCommit(committed));
220 }
221
222 fixpoint(changes = new Changes(this.multiIndex), blocks = this.getAllBlocks()) {
223 let perf = this.perf;

Callers 13

evaluateFunction · 0.95
loadMethod · 0.95
doQueryFunction · 0.80
handleEventFunction · 0.80
sendRequestMethod · 0.80
onFixpointMethod · 0.80
runMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
sendRequestMethod · 0.80
onFixpointMethod · 0.80
handleHttpRequestMethod · 0.80

Calls 5

createChangesMethod · 0.95
fixpointMethod · 0.95
blocksFromCommitMethod · 0.95
executeMethod · 0.45
commitMethod · 0.45

Tested by

no test coverage detected