MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getHMRWsUrl

Function getHMRWsUrl

packages/vite/hmr/client/utils.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 hmrWsUrl = wsUrl;
116}
117export function getHMRWsUrl(): string | undefined {
118 return hmrWsUrl;
119}
120interface HmrGraphModule {
121 id: string;
122 deps: string[];

Callers 7

connectHmrFunction · 0.85
handleHmrMessageFunction · 0.85
initHmrClientFunction · 0.85
resolveSfcVariantSpecFunction · 0.85
resolveSfcAssemblerSpecFunction · 0.85
resolveSfcMetaSpecFunction · 0.85
requestModuleFromServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected