MCPcopy Create free account
hub / github.com/labstack/gommon / Format

Function Format

bytes/bytes.go:199–201  ·  view source on GitHub ↗

Format wraps global Bytes's Format function.

(value int64)

Source from the content-addressed store, hash-verified

197
198// Format wraps global Bytes's Format function.
199func Format(value int64) string {
200 return global.Format(value)
201}
202
203// FormatBinary wraps global Bytes's FormatBinary function.
204func FormatBinary(value int64) string {

Callers 2

TestBytesFormatFunction · 0.85
TestFloatsFunction · 0.85

Calls 1

FormatMethod · 0.80

Tested by 2

TestBytesFormatFunction · 0.68
TestFloatsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…