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

Function VaultURL

common/runtime/runtime.go:227–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227func VaultURL() string {
228 // return ConfigURL()
229 // TODO
230 return r.GetString("computedVaultURL")
231}
232
233func KeyringURL() string {
234 return r.GetString(KeyKeyring)

Callers 1

initConfigMethod · 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…