Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ECSTeam/cloudfoundry-top-plugin
/ String
Method
String
util/bytesize.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
)
36
37
func
(b ByteSize) String() string {
38
return
b.StringWithPrecision(2)
39
}
40
41
func
(b ByteSize) StringWithPrecision(precision int) string {
42
Callers
8
NewEventDetailStats
Function · 0.45
Id
Method · 0.45
writeHeader
Method · 0.45
refreshDisplay
Method · 0.45
NewDisplayEventStats
Function · 0.45
enterAction
Method · 0.45
Id
Method · 0.45
RefreshDisplay
Method · 0.45
Calls
1
StringWithPrecision
Method · 0.95
Tested by
no test coverage detected