Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ FuzzParseDDate
Function
FuzzParseDDate
pkg/sql/sem/tree/fuzz.go:24–30 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
FuzzParseDDate(data []byte) int {
25
_, _, err := ParseDDate(timeCtx, string(data))
26
if
err != nil {
27
return
0
28
}
29
return
1
30
}
Callers
nothing calls this directly
Calls
1
ParseDDate
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…