Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eva-engine/eva.js
/ changeCallback
Method
changeCallback
packages/plugin-evax/lib/EvaXSystem.ts:92–97 ·
view source on GitHub ↗
(key, oldStore)
Source
from the content-addressed store, hash-verified
90
});
91
}
92
changeCallback(key, oldStore) {
93
this.changeList.push({
94
key: key as string,
95
oldStore: oldStore as any,
96
});
97
}
98
updateStore(store) {
99
updateStore(this.store, store, false);
100
}
Callers
1
bindListener
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected