MCPcopy Index your code
hub / github.com/microsoft/SandDance / error

Method error

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

Source from the content-addressed store, hash-verified

58181 return this._getLogFunction(0, message, originalConsole.warn, arguments, ONCE);
58182 }
58183 error(message) {
58184 return this._getLogFunction(0, message, originalConsole.error, arguments);
58185 }
58186 deprecated(oldUsage, newUsage) {
58187 return this.warn("`".concat(oldUsage, "` is deprecated and will be removed in a later version. Use `").concat(newUsage, "` instead"));
58188 }

Callers 15

removedMethod · 0.95
sanddance-app.jsFile · 0.45
errorFunction · 0.45
onErrorFunction · 0.45
checkUniformValuesFunction · 0.45
getClosestObjectFunction · 0.45
getUniqueObjectsFunction · 0.45
_loopFunction · 0.45
asyncCallbackFunction · 0.45
sendFunction · 0.45
evaluateFunction · 0.45
runAfterFunction · 0.45

Calls 1

_getLogFunctionMethod · 0.95

Tested by

no test coverage detected