MCPcopy Index your code
hub / github.com/CodisLabs/codis / AsInt

Method AsInt

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

Source from the content-addressed store, hash-verified

29}
30
31func (b Int64) AsInt() int {
32 return int(b)
33}
34
35func (b Int64) HumanString() string {
36 switch abs := math.Abs(float64(b)); {

Callers 4

NewSessionFunction · 0.45
newBackendReaderMethod · 0.45
GetSlotActionIntervalMethod · 0.45
newSlotActionExecutorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected