MCPcopy Index your code
hub / github.com/nuxt/content / exec

Function exec

src/utils/database.ts:151–153  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

149 return {
150 database: db,
151 async exec(sql: string) {
152 db.exec(sql)
153 },
154 close() {
155 Reflect.deleteProperty(_localDatabase, databaseLocation)
156 },

Callers

nothing calls this directly

Calls 1

execMethod · 0.65

Tested by

no test coverage detected