Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ getGraphVersion
Function
getGraphVersion
packages/vite/hmr/client/utils.ts:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
let
graphVersion = 0;
126
export
function
getGraphVersion(): number {
127
return
graphVersion;
128
}
129
export
function
setGraphVersion(version: number) {
130
graphVersion = version;
131
}
Callers
6
applyFullGraph
Function · 0.85
applyDelta
Function · 0.85
handleHmrMessage
Function · 0.85
resolveSfcVariantSpec
Function · 0.85
resolveSfcAssemblerSpec
Function · 0.85
resolveSfcMetaSpec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected