MCPcopy Index your code
hub / github.com/TanStack/devtools / getDefaultHost

Function getDefaultHost

packages/event-bus/src/client/client.ts:15–19  ·  view source on GitHub ↗
(configHost: string)

Source from the content-addressed store, hash-verified

13}
14
15function getDefaultHost(configHost: string): string {
16 if (typeof __TANSTACK_DEVTOOLS_HOST__ !== 'undefined')
17 return __TANSTACK_DEVTOOLS_HOST__
18 return configHost
19}
20
21function getDefaultProtocol(
22 configProtocol: 'http' | 'https',

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected