Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
func
(b Int64) AsInt() int {
32
return
int(b)
33
}
34
35
func
(b Int64) HumanString() string {
36
switch
abs := math.Abs(float64(b)); {
Callers
4
NewSession
Function · 0.45
newBackendReader
Method · 0.45
GetSlotActionInterval
Method · 0.45
newSlotActionExecutor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected