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

Method GetStringSlice

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

Source from the content-addressed store, hash-verified

36}
37
38func (e *emptyRuntime) GetStringSlice(key string) []string {
39 return []string{}
40}
41
42func (e *emptyRuntime) IsSet(key string) bool {
43 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected