Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setupRequestAnimationFrame
Function · 0.70
ensureInRange
Function · 0.70
checkList
Function · 0.70
checkSingle
Function · 0.70
isMessageFromMetaParent
Function · 0.70
forwardMsgFromIFrame
Function · 0.70
setListener
Function · 0.70
reposition
Function · 0.70
scrollRequestFromChild
Function · 0.70
jumpToTarget
Function · 0.70
jumpToParent
Function · 0.70
findTarget
Function · 0.70
Calls
2
output
Function · 0.85
isLogEnabled
Function · 0.85
Tested by
no test coverage detected