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

Method Int64

pkg/utils/bytesize/bytesize.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type Int64 int64
26
27func (b Int64) Int64() int64 {
28 return int64(b)
29}
30
31func (b Int64) AsInt() int {
32 return int(b)

Callers 15

HumanStringMethod · 0.95
MarshalTextMethod · 0.95
MaxOffheapBytesFunction · 0.45
OffheapBytesFunction · 0.45
NewFunction · 0.45
OpStatsMethod · 0.45
initFunction · 0.45
OpTotalFunction · 0.45
OpFailsFunction · 0.45
OpRedisErrorsFunction · 0.45
OpQPSFunction · 0.45
ResetStatsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestSlotActionFunction · 0.36