Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
init
Function · 0.70
readData
Function · 0.70
setupCustomCalcMethods
Function · 0.70
readDataFromPage
Function · 0.70
setBodyStyle
Function · 0.70
stopInfiniteResizingOfIFrame
Function · 0.70
manageTriggerEvent
Function · 0.70
checkCalcMode
Function · 0.70
startEventListeners
Function · 0.70
stopMsgsToParent
Function · 0.70
removeMsgListener
Function · 0.70
jumpToTarget
Function · 0.70
Calls
1
formatLogMsg
Function · 0.85
Tested by
no test coverage detected