Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ Get
Method
Get
common/config/refpool.go:386–392 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
384
}
385
386
func
(ev storeWithRefPoolValues) Get() any {
387
if
vv := ev.get(); vv != nil {
388
return
vv.Get()
389
}
390
391
return
ev.Values.Get()
392
}
393
394
func
(ev storeWithRefPoolValues) Bool() bool {
395
if
vv := ev.get(); vv != nil {
Callers
nothing calls this directly
Calls
2
get
Method · 0.95
Get
Method · 0.65
Tested by
no test coverage detected