MCPcopy Create free account
hub / github.com/TanStack/query / hostUpdate

Function hostUpdate

packages/lit-query/src/controllers/BaseController.ts:91–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 hostUpdate(): void {
92 if (this.destroyed) {
93 return
94 }
95
96 this.isHostUpdating = true
97 try {
98 this.onHostUpdate()
99 } finally {
100 this.isHostUpdating = false
101 }
102 }
103
104 destroy(): void {
105 if (this.destroyed) {

Callers

nothing calls this directly

Calls 1

onHostUpdateMethod · 0.45

Tested by

no test coverage detected