MCPcopy Create free account
hub / github.com/eva-engine/eva.js / forceUpdateStore

Method forceUpdateStore

packages/plugin-evax/lib/EvaXSystem.ts:101–103  ·  view source on GitHub ↗
(store)

Source from the content-addressed store, hash-verified

99 updateStore(this.store, store, false);
100 }
101 forceUpdateStore(store) {
102 updateStore(this.store, store, true);
103 }
104 bindListener(key, deep) {
105 if (key.indexOf('store.') === -1) {
106 return;

Callers 1

bindDefaultListenerMethod · 0.95

Calls 1

updateStoreFunction · 0.90

Tested by

no test coverage detected