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

Method getFileName

packages/vite/src/node/server/pluginContainer.ts:884–887  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

882 }
883
884 getFileName(): string {
885 this._warnIncompatibleMethod(`getFileName`)
886 return ''
887 }
888
889 override debug(log: string | RollupLog | (() => string | RollupLog)): void {
890 const err = this._formatLog(typeof log === 'function' ? log() : log)

Callers 8

wrapCallSiteFunction · 0.80
generateBundleFunction · 0.80
renderAssetUrlInJSFunction · 0.80
fileToBuiltUrlFunction · 0.80
handlerFunction · 0.80
resolveAssetUrlsInCssFunction · 0.80
renderChunkFunction · 0.80
generateBundleFunction · 0.80

Calls 1

Tested by

no test coverage detected