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

Method info

packages/vite/src/node/server/pluginContainer.ts:894–897  ·  view source on GitHub ↗
(log: string | RollupLog | (() => string | RollupLog))

Source from the content-addressed store, hash-verified

892 }
893
894 override info(log: string | RollupLog | (() => string | RollupLog)): void {
895 const err = this._formatLog(typeof log === 'function' ? log() : log)
896 super.info(err)
897 }
898
899 override warn(
900 log: string | RollupLog | (() => string | RollupLog),

Callers

nothing calls this directly

Calls 3

_formatLogMethod · 0.95
logFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected