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

Function error

docs/external/js/react-dom.development.js:48–56  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

46 }
47 }
48 function error(format) {
49 {
50 for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
51 args[_key2 - 1] = arguments[_key2];
52 }
53
54 printWarning('error', format, args);
55 }
56 }
57
58 function printWarning(level, format, args) {
59 // When changing this logic, you might want to also

Callers 15

setComponentTreeFunction · 0.70
isAttributeNameSafeFunction · 0.70
sanitizeURLFunction · 0.70
getComponentNameFunction · 0.70
initWrapperStateFunction · 0.70
updateWrapperFunction · 0.70
validatePropsFunction · 0.70
checkSelectPropTypesFunction · 0.70
initWrapperState$1Function · 0.70
initWrapperState$2Function · 0.70

Calls 1

printWarningFunction · 0.70

Tested by

no test coverage detected