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

Method Context

common/config/encoder.go:53–59  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

51}
52
53func (s storeWithEncoderValues) Context(ctx context.Context) kv.Values {
54 return storeWithEncoderValues{
55 Values: s.Values.Context(ctx),
56 Unmarshaler: s.Unmarshaler,
57 Marshaller: s.Marshaller,
58 }
59}
60
61func (s storeWithEncoderValues) Default(d any) kv.Values {
62 return storeWithEncoderValues{

Callers

nothing calls this directly

Calls 1

ContextMethod · 0.65

Tested by

no test coverage detected