MCPcopy Create free account
hub / github.com/buger/jsonparser / ParseIntTest

Struct ParseIntTest

bytes_test.go:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type ParseIntTest struct {
10 in string
11 out int64
12 isErr bool
13 isOverflow bool
14}
15
16var parseIntTests = []ParseIntTest{
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected