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

Method Val

common/config/sql/sql.go:176–181  ·  view source on GitHub ↗
(path ...string)

Source from the content-addressed store, hash-verified

174}
175
176func (s *SQL) Val(path ...string) kv.Values {
177 if s.config == nil {
178 s.Get()
179 }
180 return &wrappedConfig{s.config.Val(path...), s}
181}
182
183func (s *SQL) Get() any {
184 dao := s.dao.(DAO)

Callers 2

updateMethod · 0.95
WatchMethod · 0.95

Calls 2

GetMethod · 0.95
ValMethod · 0.65

Tested by

no test coverage detected