MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / exec

Method exec

desktop/artifact-state-db.test.ts:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154vi.mock('better-sqlite3', () => ({
155 default: class FakeDatabase {
156 exec() {
157 // Test double intentionally does not execute schema SQL.
158 }
159 close() {
160 // Test double has no native resources to release.
161 }

Callers 11

ensureChatStateSchemaFunction · 0.80
ensureArtifactSchemaFunction · 0.80
createArtifactFunction · 0.80
updateArtifactFunction · 0.80
runInTransactionFunction · 0.80
ensureThreadStateSchemaFunction · 0.80
hexToRgbFunction · 0.80
parseDevViewportFunction · 0.80
hexToRgbFunction · 0.80
parseCompactSlashCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected