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

Function runQuery

src/app.js:91–95  ·  view source on GitHub ↗
(queryText)

Source from the content-addressed store, hash-verified

89
90 // Allow optional external drivers (e.g., AI bridge) to read/write code or run queries.
91 const runQuery = (queryText) => {
92 if (repl && typeof repl.executeQueryFromText === 'function') {
93 repl.executeQueryFromText(queryText);
94 }
95 };
96
97 if (typeof window !== 'undefined') {
98 window.dogalog = {

Callers 2

queryRunnerFunction · 0.85
handlerFunction · 0.85

Calls 1

executeQueryFromTextMethod · 0.80

Tested by

no test coverage detected