Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eolinker/goku_lite
/ Value
Struct
Value
common/manager/manager.go:36–40 ·
view source on GitHub ↗
Value value
Source
from the content-addressed store, hash-verified
34
35
//Value value
36
type
Value
struct
{
37
locker sync.RWMutex
38
isHas bool
39
value
interface
{}
40
}
41
42
//NewValue new value
43
func
NewValue() *Value {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected