Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ id
Method
id
packages/vite/src/node/server/mixedModuleGraph.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
this._set(
'url'
, value)
130
}
131
get id(): string | null {
132
return
this._get(
'id'
)
133
}
134
set id(value: string | null) {
135
this._set(
'id'
, value)
136
}
Callers
nothing calls this directly
Calls
2
_get
Method · 0.95
_set
Method · 0.95
Tested by
no test coverage detected