Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
117
export
function
getHMRWsUrl(): string | undefined {
118
return
hmrWsUrl;
119
}
120
interface
HmrGraphModule {
121
id: string;
122
deps: string[];
Callers
7
connectHmr
Function · 0.85
handleHmrMessage
Function · 0.85
initHmrClient
Function · 0.85
resolveSfcVariantSpec
Function · 0.85
resolveSfcAssemblerSpec
Function · 0.85
resolveSfcMetaSpec
Function · 0.85
requestModuleFromServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected