MCPcopy Create free account
hub / github.com/danja/dogalog / executeQueryFromText

Method executeQueryFromText

src/ui/repl.js:98–102  ·  view source on GitHub ↗
(queryText)

Source from the content-addressed store, hash-verified

96 }
97
98 executeQueryFromText(queryText) {
99 if (typeof queryText !== 'string') return;
100 this.input.value = queryText.trim();
101 this.executeQuery();
102 }
103
104 executeQuery() {
105 let queryText = this.input.value.trim();

Callers 2

runQueryFunction · 0.80
repl.test.jsFile · 0.80

Calls 1

executeQueryMethod · 0.95

Tested by

no test coverage detected