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

Function setIsServer

packages/query-core/src/environmentManager.ts:21–23  ·  view source on GitHub ↗

* Overrides the server check globally.

(isServerValue: IsServerValue)

Source from the content-addressed store, hash-verified

19 * Overrides the server check globally.
20 */
21 setIsServer(isServerValue: IsServerValue): void {
22 isServerFn = isServerValue
23 },
24 }
25})()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected