Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
(e *emptyRuntime) IsSet(key string) bool {
43
return
false
44
}
45
46
func
(e *emptyRuntime) Set(key string, value
interface
{}) {
47
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected