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

Function setGraphVersion

packages/vite/hmr/client/utils.ts:129–131  ·  view source on GitHub ↗
(version: number)

Source from the content-addressed store, hash-verified

127 return graphVersion;
128}
129export function setGraphVersion(version: number) {
130 graphVersion = version;
131}
132export const graph = new Map<string, HmrGraphModule>();
133// local metrics snapshot
134export const hmrMetrics: Record<string, any> = {};

Callers 3

applyFullGraphFunction · 0.85
applyDeltaFunction · 0.85
handleHmrMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected