Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TriliumNext/Trilium
/ log
Function
log
packages/ckeditor5/src/plugins/syntax_highlighting/index.ts:362–362 ·
view source on GitHub ↗
(...args: unknown[])
Source
from the content-addressed store, hash-verified
360
}
361
362
let
log =
function
(...args: unknown[]) {};
363
if
(debugLevel >= debugLevels.indexOf(
"log"
)) {
364
log = console.log.bind(console, tag +
": "
);
365
}
Callers
2
initTextEditor
Method · 0.70
highlightCodeBlock
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected