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

Method onBackendUpdate

frontend/layout/lib/layoutModel.ts:379–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 onBackendUpdate() {
380 const waveObj = this.getter(this.waveObjectAtom);
381 const pendingActions = waveObj?.pendingbackendactions;
382 if (pendingActions?.length) {
383 fireAndForget(() => this.processPendingBackendActions());
384 }
385 }
386
387 private async processPendingBackendActions() {
388 const waveObj = this.getter(this.waveObjectAtom);

Callers 1

getLayoutModelForTabFunction · 0.95

Calls 2

fireAndForgetFunction · 0.90

Tested by

no test coverage detected