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

Method Get

pkg/store/interface.go:57–57  ·  view source on GitHub ↗

--- 通用 CRUD 方法 --- Get 获取单个资源

(ctx context.Context, collection, key string, dest any)

Source from the content-addressed store, hash-verified

55
56 // Get 获取单个资源
57 Get(ctx context.Context, collection, key string, dest any) error
58
59 // Set 设置资源
60 Set(ctx context.Context, collection, key string, value any) error

Callers 15

ExecuteMethod · 0.65
handleToolSchemaMethod · 0.65
ExecuteMethod · 0.65
TestCorsMiddlewareFunction · 0.65
corsMiddlewareFunction · 0.65
handleStatusMethod · 0.65
handleHistoryMethod · 0.65
handleStatusMethod · 0.65
handleHistoryMethod · 0.65
handleStatusMethod · 0.65
handleHistoryMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestCorsMiddlewareFunction · 0.52