MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / FuzzParseDDecimal

Function FuzzParseDDecimal

pkg/sql/sem/tree/fuzz.go:21–27  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

19)
20
21func FuzzParseDDecimal(data []byte) int {
22 _, err := ParseDDecimal(string(data))
23 if err != nil {
24 return 0
25 }
26 return 1
27}
28
29func FuzzParseDDate(data []byte) int {
30 _, err := ParseDDate(timeCtx, string(data))

Callers

nothing calls this directly

Calls 1

ParseDDecimalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…