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

Method initialize

src/storage_adapter.py:19–21  ·  view source on GitHub ↗

初始化存储后端

(self)

Source from the content-addressed store, hash-verified

17 """存储后端协议"""
18
19 async def initialize(self) -> None:
20 """初始化存储后端"""
21 ...
22
23 async def close(self) -> None:
24 """关闭存储后端"""

Callers 1

initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected