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

Function IsSet

common/runtime/runtime.go:100–102  ·  view source on GitHub ↗

IsSet check existence of a key in runtime

(key string)

Source from the content-addressed store, hash-verified

98
99// IsSet check existence of a key in runtime
100func IsSet(key string) bool {
101 return r.IsSet(key)
102}
103
104// Name returns the name for the node
105func Name() string {

Callers 1

ClusterFunction · 0.85

Calls 1

IsSetMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…