Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resolveAlias
Function · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
migrateToLowdb
Function · 0.45
cleanup
Method · 0.45
cleanup
Function · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected