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

Method Set

common/runtime/empty.go:46–48  ·  view source on GitHub ↗
(key string, value interface{})

Source from the content-addressed store, hash-verified

44}
45
46func (e *emptyRuntime) Set(key string, value interface{}) {
47
48}
49
50func (e *emptyRuntime) SetDefault(key string, value interface{}) {
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected