Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
executeActions
Method · 0.95
load
Method · 0.95
analyze
Function · 0.80
doQuery
Function · 0.80
handleEvent
Function · 0.80
sendRequest
Method · 0.80
sendRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected