MCPcopy Index your code
hub / github.com/TanStack/query / bindMethods

Method bindMethods

packages/query-core/src/queryObserver.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 protected bindMethods(): void {
93 this.refetch = this.refetch.bind(this)
94 }
95
96 protected onSubscribe(): void {
97 if (this.listeners.size === 1) {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected