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

Method meta

packages/query-core/src/mutation.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 get meta(): MutationMeta | undefined {
125 return this.options.meta
126 }
127
128 addObserver(observer: MutationObserver<any, any, any, any>): void {
129 if (!this.#observers.includes(observer)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected