MCPcopy Index your code
hub / github.com/Semantic-Org/Semantic-UI / log

Function log

examples/assets/library/iframe.js:118–120  ·  view source on GitHub ↗
(iframeId,msg)

Source from the content-addressed store, hash-verified

116 }
117
118 function log(iframeId,msg) {
119 output('log',iframeId,msg,isLogEnabled(iframeId));
120 }
121
122 function info(iframeId,msg) {
123 output('info',iframeId,msg,isLogEnabled(iframeId));

Callers 15

ensureInRangeFunction · 0.70
checkListFunction · 0.70
checkSingleFunction · 0.70
isMessageFromMetaParentFunction · 0.70
forwardMsgFromIFrameFunction · 0.70
setListenerFunction · 0.70
repositionFunction · 0.70
scrollRequestFromChildFunction · 0.70
jumpToTargetFunction · 0.70
jumpToParentFunction · 0.70
findTargetFunction · 0.70

Calls 2

outputFunction · 0.85
isLogEnabledFunction · 0.85

Tested by

no test coverage detected