MCPcopy Create free account
hub / github.com/pydio/cells / Get

Method Get

common/runtime/controller/controller_test.go:25–27  ·  view source on GitHub ↗
(ctx context.Context, data ...map[string]interface{})

Source from the content-addressed store, hash-verified

23type testResolver struct{}
24
25func (*testResolver) Get(ctx context.Context, data ...map[string]interface{}) (TestStorage, error) {
26 return &testDB{}, nil
27}
28
29type testDB struct{}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected