MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / close

Method close

src/storage_adapter.py:23–25  ·  view source on GitHub ↗

关闭存储后端

(self)

Source from the content-addressed store, hash-verified

21 ...
22
23 async def close(self) -> None:
24 """关闭存储后端"""
25 ...
26
27 # 凭证管理
28 async def store_credential(self, filename: str, credential_data: Dict[str, Any], mode: str = "geminicli") -> bool:

Callers 3

closeMethod · 0.45
close_storage_adapterFunction · 0.45
shutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected