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

Method Default

common/config/encoder.go:31–37  ·  view source on GitHub ↗
(d any)

Source from the content-addressed store, hash-verified

29}
30
31func (s storeWithEncoder) Default(d any) kv.Values {
32 return storeWithEncoderValues{
33 Values: s.Store.Default(d),
34 Unmarshaler: s.Unmarshaler,
35 Marshaller: s.Marshaller,
36 }
37}
38
39func (s storeWithEncoder) Val(path ...string) kv.Values {
40 return storeWithEncoderValues{

Callers

nothing calls this directly

Calls 1

DefaultMethod · 0.65

Tested by

no test coverage detected