Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
214
func
Parse(value string) (int64, error) {
215
return
global.Parse(value)
216
}
Callers
3
TestBytesParseErrors
Function · 0.85
TestFloats
Function · 0.85
TestBytesParse
Function · 0.85
Calls
1
Parse
Method · 0.80
Tested by
3
TestBytesParseErrors
Function · 0.68
TestFloats
Function · 0.68
TestBytesParse
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…