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

Function isServerFn

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

Source from the content-addressed store, hash-verified

7 */
8export const environmentManager = (() => {
9 let isServerFn: IsServerValue = () => isServer
10
11 return {
12 /**

Callers 1

isServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected