MCPcopy 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
386func (ev storeWithRefPoolValues) Get() any {
387 if vv := ev.get(); vv != nil {
388 return vv.Get()
389 }
390
391 return ev.Values.Get()
392}
393
394func (ev storeWithRefPoolValues) Bool() bool {
395 if vv := ev.get(); vv != nil {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
GetMethod · 0.65

Tested by

no test coverage detected