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

Function noop

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

Source from the content-addressed store, hash-verified

94export function noop(): void
95export function noop(): undefined
96export function noop() {}
97
98export function functionalUpdate<TInput, TOutput>(
99 updater: Updater<TInput, TOutput>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected