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

Method createChanges

src/runtime/runtime.ts:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 createChanges() {
211 return new Changes(this.multiIndex);
212 }
213
214 executeActions(actions: Action[], changes = this.createChanges()) {
215 for(let action of actions) {

Callers 7

executeActionsMethod · 0.95
loadMethod · 0.95
analyzeFunction · 0.80
doQueryFunction · 0.80
handleEventFunction · 0.80
sendRequestMethod · 0.80
sendRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected