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

Function execEditorContents

GUI/deoptimize.gui.js:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64// Execute the commands when the button is clicked
65function execEditorContents () {
66 noerror()
67 execute (editor.getValue() + ';');
68}
69execBtn.addEventListener("click", execEditorContents, true);
70
71// Performance measurement functions

Callers 1

deoptimize.gui.jsFile · 0.70

Calls 2

noerrorFunction · 0.70
executeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…