MCPcopy
hub / github.com/github/git-sizer / ToUint64

Method ToUint64

counts/human.go:12–12  ·  view source on GitHub ↗

ToUint64 returns the value as a uint64, and a boolean telling whether it overflowed.

()

Source from the content-addressed store, hash-verified

10 // ToUint64 returns the value as a uint64, and a boolean telling
11 // whether it overflowed.
12 ToUint64() (uint64, bool)
13}
14
15// Humaner is an object that can format a Humanable in human-readable

Callers 3

FormatMethod · 0.65
levelOfConcernMethod · 0.65
MarshalJSONMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected