Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ url
Method
url
packages/vite/src/node/server/mixedModuleGraph.ts:125–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
get url(): string {
126
return
this._get(
'url'
)
127
}
128
set url(value: string) {
129
this._set(
'url'
, value)
130
}
Callers
7
lookupTabWithUrl
Function · 0.80
getDepJs
Function · 0.80
js-sourcemap.spec.ts
File · 0.80
optimize-deps.spec.ts
File · 0.80
assets.spec.ts
File · 0.80
css-sourcemap.spec.ts
File · 0.80
lightningcss.spec.ts
File · 0.80
Calls
2
_get
Method · 0.95
_set
Method · 0.95
Tested by
1
getDepJs
Function · 0.64