MCPcopy 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}
125let graphVersion = 0;
126export function getGraphVersion(): number {
127 return graphVersion;
128}
129export function setGraphVersion(version: number) {
130 graphVersion = version;
131}

Callers 6

applyFullGraphFunction · 0.85
applyDeltaFunction · 0.85
handleHmrMessageFunction · 0.85
resolveSfcVariantSpecFunction · 0.85
resolveSfcAssemblerSpecFunction · 0.85
resolveSfcMetaSpecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected