MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / warn

Function warn

examples/assets/library/iframe-content.js:157–161  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

155 }
156
157 function warn(msg) {
158 if ('object' === typeof window.console) {
159 console.warn(formatLogMsg(msg));
160 }
161 }
162
163
164 function init() {

Callers 7

messageCallbackFunction · 0.70
iframe-content.jsFile · 0.70
chkCSSFunction · 0.70
checkCalcModeFunction · 0.70
enableInPageLinksFunction · 0.70
noTaggedElementsFoundFunction · 0.70
callFromParentFunction · 0.70

Calls 1

formatLogMsgFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…