MCPcopy
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

lookupTabWithUrlFunction · 0.80
getDepJsFunction · 0.80
assets.spec.tsFile · 0.80

Calls 2

_getMethod · 0.95
_setMethod · 0.95

Tested by 1

getDepJsFunction · 0.64