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

Method AllSettings

common/runtime/empty.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24type emptyRuntime struct{}
25
26func (e *emptyRuntime) AllSettings() map[string]interface{} {
27 return map[string]interface{}{}
28}
29
30func (e *emptyRuntime) GetBool(key string) bool {
31 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected