MCPcopy Create free account
hub / github.com/chokcoco/iCSS / close

Method close

MCP/debug.js:181–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 close() {
182 if (this.db) {
183 this.db.close();
184 console.log('📚 Database connection closed');
185 }
186 }
187 }
188
189// 运行调试测试

Callers 5

runDebugTestsFunction · 0.95
cleanupMethod · 0.45
showPromptFunction · 0.45
testSearchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected