Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
func
(ev storeWithRefPoolValues) String() string {
483
if
vv := ev.get(); vv != nil {
484
return
vv.String()
485
}
486
487
return
ev.Values.String()
488
}
489
490
type
Getter
interface
{
491
Get() any
Callers
nothing calls this directly
Calls
2
get
Method · 0.95
String
Method · 0.65
Tested by
no test coverage detected