MCPcopy
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
362let log = function (...args: unknown[]) {};
363if (debugLevel >= debugLevels.indexOf("log")) {
364 log = console.log.bind(console, tag + ": ");
365}

Callers 2

initTextEditorMethod · 0.70
highlightCodeBlockMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected