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

Function FormatBinary

bytes/bytes.go:204–206  ·  view source on GitHub ↗

FormatBinary wraps global Bytes's FormatBinary function.

(value int64)

Source from the content-addressed store, hash-verified

202
203// FormatBinary wraps global Bytes's FormatBinary function.
204func FormatBinary(value int64) string {
205 return global.FormatBinary(value)
206}
207
208// FormatDecimal wraps global Bytes's FormatDecimal function.
209func FormatDecimal(value int64) string {

Callers

nothing calls this directly

Calls 1

FormatBinaryMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…