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

Method Default

common/registry/config/encoder.go:79–85  ·  view source on GitHub ↗
(d any)

Source from the content-addressed store, hash-verified

77}
78
79func (s storeWithEncoderValues) Default(d any) kv.Values {
80 return storeWithEncoderValues{
81 Values: s.Values.Default(d),
82 Unmarshaler: s.Unmarshaler,
83 Marshaller: s.Marshaller,
84 }
85}
86
87func (s storeWithEncoderValues) Val(path ...string) kv.Values {
88 return storeWithEncoderValues{

Callers

nothing calls this directly

Calls 1

DefaultMethod · 0.65

Tested by

no test coverage detected