MCPcopy
hub / github.com/vitejs/vite / file

Method file

packages/vite/src/node/server/mixedModuleGraph.ts:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 this._set('id', value)
136 }
137 get file(): string | null {
138 return this._get('file')
139 }
140 set file(value: string | null) {
141 this._set('file', value)
142 }

Callers

nothing calls this directly

Calls 2

_getMethod · 0.95
_setMethod · 0.95

Tested by

no test coverage detected