MCPcopy
hub / github.com/cita-777/metapi / execute

Function execute

src/server/db/routeGroupingSchemaCompatibility.test.ts:32–34  ·  view source on GitHub ↗
(sqlText)

Source from the content-addressed store, hash-verified

30 return false;
31 },
32 async execute(sqlText) {
33 executedSql.push(sqlText);
34 },
35 };
36
37 return { inspector, executedSql };

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected