MCPcopy
hub / github.com/CodisLabs/codis / NewUnit

Function NewUnit

extern/deprecated/redis-test/utils.go:197–202  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

195}
196
197func NewUnit(key string) *Unit {
198 u := &Unit{}
199 u.key = key
200 u.val = nil
201 return u
202}
203
204func DupUnit(u *Unit) *Unit {
205 d := &Unit{}

Callers 15

mainMethod · 0.85
playerMethod · 0.85
playerMethod · 0.85
playerMethod · 0.85
playerMethod · 0.85
playerMethod · 0.85
mainMethod · 0.85
playerMethod · 0.85
mainMethod · 0.85
playerMethod · 0.85
mainMethod · 0.85
mainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected