Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ close
Method
close
src/storage/sqlite_manager.py:354–357 ·
view source on GitHub ↗
关闭数据库连接
(self)
Source
from the content-addressed store, hash-verified
352
self._config_cache = {}
353
354
async
def
close(self) -> None:
355
""
"关闭数据库连接"
""
356
self._initialized = False
357
log.debug(
"SQLite storage closed"
)
358
359
def
_ensure_initialized(self):
360
""
"确保已初始化"
""
Callers
nothing calls this directly
Calls
1
debug
Method · 0.80
Tested by
no test coverage detected