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

Method String

common/config/refpool.go:482–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

480}
481
482func (ev storeWithRefPoolValues) String() string {
483 if vv := ev.get(); vv != nil {
484 return vv.String()
485 }
486
487 return ev.Values.String()
488}
489
490type Getter interface {
491 Get() any

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected