MCPcopy Create free account
hub / github.com/devfeel/dotweb / UInt642String

Function UInt642String

framework/convert/convert.go:41–43  ·  view source on GitHub ↗

UInt642String convert uint64 to string

(val uint64)

Source from the content-addressed store, hash-verified

39
40// UInt642String convert uint64 to string
41func UInt642String(val uint64) string {
42 return strconv.FormatUint(val, 10)
43}
44
45// NSToTime convert ns to time.Time
46func NSToTime(ns int64) (time.Time, error) {

Callers 1

logContextFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected