MCPcopy Create free account
hub / github.com/GCWing/BitFun / warn

Method warn

src/web-ui/src/shared/utils/logger.ts:303–305  ·  view source on GitHub ↗
(message: string, context?: string, data?: any)

Source from the content-addressed store, hash-verified

301 }
302
303 public warn(message: string, context?: string, data?: any): void {
304 this.log(LogLevel.WARN, message, context, data);
305 }
306
307 public error(message: string, context?: string, data?: any): void {
308 this.log(LogLevel.ERROR, message, context, data);

Callers 15

createContextLoggerMethod · 0.95
pbFunction · 0.80
KxFunction · 0.80
gbFunction · 0.80
transformIndexHtmlFunction · 0.80
initializeAfterRenderFunction · 0.80
detectMethod · 0.80
loadUserThemesMethod · 0.80
registerThemeMethod · 0.80
unregisterThemeMethod · 0.80
applyResolvedThemeMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected