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

Method meta

packages/query-core/src/query.ts:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 this.scheduleGc()
190 }
191 get meta(): QueryMeta | undefined {
192 return this.options.meta
193 }
194
195 get queryType() {
196 return this.#queryType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected