Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
197
func
NewUnit(key string) *Unit {
198
u := &Unit{}
199
u.key = key
200
u.val = nil
201
return
u
202
}
203
204
func
DupUnit(u *Unit) *Unit {
205
d := &Unit{}
Callers
15
main
Method · 0.85
player
Method · 0.85
player
Method · 0.85
player
Method · 0.85
player
Method · 0.85
player
Method · 0.85
main
Method · 0.85
player
Method · 0.85
main
Method · 0.85
player
Method · 0.85
main
Method · 0.85
main
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected