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

Function Parse

bytes/bytes.go:214–216  ·  view source on GitHub ↗

Parse wraps global Bytes's Parse function.

(value string)

Source from the content-addressed store, hash-verified

212
213// Parse wraps global Bytes's Parse function.
214func Parse(value string) (int64, error) {
215 return global.Parse(value)
216}

Callers 3

TestBytesParseErrorsFunction · 0.85
TestFloatsFunction · 0.85
TestBytesParseFunction · 0.85

Calls 1

ParseMethod · 0.80

Tested by 3

TestBytesParseErrorsFunction · 0.68
TestFloatsFunction · 0.68
TestBytesParseFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…