MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / close

Method close

komari/komari.ts:117–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116 // 关闭数据库连接
117 static close(): void {
118 if (this.db) {
119 try {
120 this.db.close();
121 } catch {}
122 }
123 this.db = null;
124 this.initialized = false;
125 }
126}
127
128// 字节转换工具函数

Callers 10

resolveAliasFunction · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45
migrateToLowdbFunction · 0.45
cleanupMethod · 0.45
cleanupFunction · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected