MCPcopy Index your code
hub / github.com/koding/kite / strtoull

Function strtoull

systeminfo/systeminfo_linux.go:93–95  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

91}
92
93func strtoull(val string) (uint64, error) {
94 return strconv.ParseUint(val, 10, 64)
95}

Callers 1

parseMeminfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected