Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cita-777/metapi
/ execute
Function
execute
src/server/db/sharedIndexSchemaCompatibility.test.ts:18–20 ·
view source on GitHub ↗
(sqlText)
Source
from the content-addressed store, hash-verified
16
return
existingTables.has(table);
17
},
18
async
execute(sqlText) {
19
executedSql.push(sqlText);
20
},
21
};
22
23
return
{ inspector, executedSql };
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected