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

Function warn

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

Source from the content-addressed store, hash-verified

22774 */ parcelHelpers.export(exports, "setWarningCallback", ()=>setWarningCallback);
22775/* eslint-disable no-console */ var _warningCallback = undefined;
22776function warn(message) {
22777 if (console && console.warn) console.warn(message);
22778}
22779function setWarningCallback(warningCallback) {
22780 _warningCallback = warningCallback;
22781}

Callers

nothing calls this directly

Calls 3

log$1Function · 0.70
logFunction · 0.70
warnMethod · 0.45

Tested by

no test coverage detected