MCPcopy
hub / github.com/microsoft/SandDance / warn

Method warn

docs/app/js/sanddance-app.js:58180–58182  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

58178 (0, _assertDefault.default)(condition, message);
58179 }
58180 warn(message) {
58181 return this._getLogFunction(0, message, originalConsole.warn, arguments, ONCE);
58182 }
58183 error(message) {
58184 return this._getLogFunction(0, message, originalConsole.error, arguments);
58185 }

Callers 15

deprecatedMethod · 0.95
warnFunction · 0.45
getClassNamesFunction · 0.45
resolveThemableArrayFunction · 0.45
validateOptionsObjectFunction · 0.45
_safeCreateImageBitmapFunction · 0.45
instrumentGLContextFunction · 0.45
setDevicePixelRatioFunction · 0.45
sanddance-app.jsFile · 0.45
blitFunction · 0.45
toTypedArrayFunction · 0.45
deprecatedFunction · 0.45

Calls 1

_getLogFunctionMethod · 0.95

Tested by

no test coverage detected