MCPcopy
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
55func (p *Put) SetPX(px int64) *Put {
56 p.PX = px
57 return p
58}
59
60func (p *Put) SetEXAT(exat float64) *Put {
61 p.EXAT = exat

Callers 7

writePutCommandMethod · 0.95
ParsePutCommandFunction · 0.95
writePutCommandMethod · 0.95
TestStats_DMapFunction · 0.45
LockWithTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestStats_DMapFunction · 0.36