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

Method IsSet

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

Source from the content-addressed store, hash-verified

40}
41
42func (e *emptyRuntime) IsSet(key string) bool {
43 return false
44}
45
46func (e *emptyRuntime) Set(key string, value interface{}) {
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected