MCPcopy Create free account
hub / github.com/astercloud/aster / createStoreBackend

Function createStoreBackend

examples/phase4_integration.go:102–106  ·  view source on GitHub ↗

createStoreBackend 创建 Store Backend (持久化存储)

()

Source from the content-addressed store, hash-verified

100
101// createStoreBackend 创建 Store Backend (持久化存储)
102func createStoreBackend() backends.BackendProtocol {
103 // 实际应用中应该使用真实的 Store Backend
104 // 这里返回 nil 仅用于示例
105 return nil
106}
107
108// createFilesystemBackend 创建 Filesystem Backend
109func createFilesystemBackend() backends.BackendProtocol {

Callers 1

Phase4IntegrationExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected