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

Method Val

common/config/encoder.go:69–75  ·  view source on GitHub ↗
(path ...string)

Source from the content-addressed store, hash-verified

67}
68
69func (s storeWithEncoderValues) Val(path ...string) kv.Values {
70 return storeWithEncoderValues{
71 Values: s.Values.Val(path...),
72 Unmarshaler: s.Unmarshaler,
73 Marshaller: s.Marshaller,
74 }
75}
76
77func (s storeWithEncoderValues) Bytes() []byte {
78 data := s.Values.Get()

Callers

nothing calls this directly

Calls 1

ValMethod · 0.65

Tested by

no test coverage detected