MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / updateWaveObjects

Function updateWaveObjects

frontend/app/store/wos.ts:281–285  ·  view source on GitHub ↗
(vals: WaveObjUpdate[])

Source from the content-addressed store, hash-verified

279}
280
281function updateWaveObjects(vals: WaveObjUpdate[]) {
282 for (const val of vals) {
283 updateWaveObject(val);
284 }
285}
286
287// gets the value of a WaveObject from the cache.
288// should provide getFn if it is available (e.g. inside of a jotai atom)

Callers 1

callBackendServiceFunction · 0.85

Calls 1

updateWaveObjectFunction · 0.85

Tested by

no test coverage detected