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

Method Default

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

Source from the content-addressed store, hash-verified

59}
60
61func (s storeWithEncoderValues) Default(d any) kv.Values {
62 return storeWithEncoderValues{
63 Values: s.Values.Default(d),
64 Unmarshaler: s.Unmarshaler,
65 Marshaller: s.Marshaller,
66 }
67}
68
69func (s storeWithEncoderValues) Val(path ...string) kv.Values {
70 return storeWithEncoderValues{

Callers

nothing calls this directly

Calls 1

DefaultMethod · 0.65

Tested by

no test coverage detected