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

Function Int642String

framework/convert/convert.go:31–33  ·  view source on GitHub ↗

Int642String convert int64 to string

(val int64)

Source from the content-addressed store, hash-verified

29
30// Int642String convert int64 to string
31func Int642String(val int64) string {
32 return strconv.FormatInt(val, 10)
33}
34
35// String2UInt64 convert string to uint64
36func String2UInt64(val string) (uint64, error) {

Callers 5

logWebsocketContextFunction · 0.92
logRequestFunction · 0.92
logContextFunction · 0.92
Test_Int642String_1Function · 0.85
Test_Int642String_2Function · 0.85

Calls

no outgoing calls

Tested by 2

Test_Int642String_1Function · 0.68
Test_Int642String_2Function · 0.68