MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / List

Method List

service/universally/commit/service.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, uuids ...string)

Source from the content-addressed store, hash-verified

32 Save(ctx context.Context, target string, key string, data *T) error
33 Get(ctx context.Context, uuid string) (*Commit[T], error)
34 List(ctx context.Context, uuids ...string) ([]*Commit[T], error)
35}
36
37func InitCommitService[T any](name string) {

Callers 2

ListMethod · 0.65
ListMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected