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

Method GetBool

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

Source from the content-addressed store, hash-verified

28}
29
30func (e *emptyRuntime) GetBool(key string) bool {
31 return false
32}
33
34func (e *emptyRuntime) GetString(key string) string {
35 return ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected