Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
func
(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
183
func
(s *SQL) Get() any {
184
dao := s.dao.(DAO)
Callers
2
update
Method · 0.95
Watch
Method · 0.95
Calls
2
Get
Method · 0.95
Val
Method · 0.65
Tested by
no test coverage detected