MCPcopy 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
233func KeyringURL() string {
234 return r.GetString(KeyKeyring)
235}
236
237func CertsStoreURL() string {
238 return r.GetString(KeyCertsStore)

Callers 1

initKeyringMethod · 0.92

Calls 1

GetStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…