MCPcopy
hub / github.com/eolinker/goku_lite / Store

Struct Store

goku-node/common/store.go:6–8  ·  view source on GitHub ↗

Store 存储

Source from the content-addressed store, hash-verified

4
5//Store 存储
6type Store struct {
7 value interface{}
8}
9
10//Set set
11func (s *Store) Set(value interface{}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected