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

Method GetString

common/runtime/empty.go:34–36  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

32}
33
34func (e *emptyRuntime) GetString(key string) string {
35 return ""
36}
37
38func (e *emptyRuntime) GetStringSlice(key string) []string {
39 return []string{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected