MCPcopy Create free account
hub / github.com/esmBot/esmBot / stop

Method stop

src/database/sqlite.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 async stop() {
85 this.connection.close();
86 }
87
88 async upgrade() {
89 this.connection.exec("PRAGMA journal_mode = WAL;");

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected