MCPcopy Create free account
hub / github.com/sql-js/sql.js / print

Function print

GUI/deoptimize.gui.js:16–18  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

14
15// Connect to the HTML element we 'print' to
16function print(text) {
17 outputElm.innerHTML = text.replace(/\n/g, '<br>');
18}
19function error(e) {
20 console.log(e);
21 errorElm.style.height = '2em';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…