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

Function log

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

Source from the content-addressed store, hash-verified

149 }
150
151 function log(msg) {
152 if (logging && ('object' === typeof window.console)) {
153 console.log(formatLogMsg(msg));
154 }
155 }
156
157 function warn(msg) {
158 if ('object' === typeof window.console) {

Callers 15

initFunction · 0.70
readDataFunction · 0.70
setupCustomCalcMethodsFunction · 0.70
readDataFromPageFunction · 0.70
setBodyStyleFunction · 0.70
manageTriggerEventFunction · 0.70
checkCalcModeFunction · 0.70
startEventListenersFunction · 0.70
stopMsgsToParentFunction · 0.70
removeMsgListenerFunction · 0.70
jumpToTargetFunction · 0.70

Calls 1

formatLogMsgFunction · 0.85

Tested by

no test coverage detected