Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/olric-data/olric
/ SetPX
Method
SetPX
internal/protocol/dmap.go:55–58 ·
view source on GitHub ↗
(px int64)
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(p *Put) SetPX(px int64) *Put {
56
p.PX = px
57
return
p
58
}
59
60
func
(p *Put) SetEXAT(exat float64) *Put {
61
p.EXAT = exat
Callers
7
writePutCommand
Method · 0.95
TestProtocol_ParsePutCommand_PX
Function · 0.95
ParsePutCommand
Function · 0.95
writePutCommand
Method · 0.95
TestStats_DMap
Function · 0.45
LockWithTimeout
Method · 0.45
TestDMap_lockCommandHandler_PX
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestProtocol_ParsePutCommand_PX
Function · 0.76
TestStats_DMap
Function · 0.36
TestDMap_lockCommandHandler_PX
Function · 0.36