Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ KeyringURL
Function
KeyringURL
common/runtime/runtime.go:233–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
func
KeyringURL() string {
234
return
r.GetString(KeyKeyring)
235
}
236
237
func
CertsStoreURL() string {
238
return
r.GetString(KeyCertsStore)
Callers
1
initKeyring
Method · 0.92
Calls
1
GetString
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…