MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / setErr

Function setErr

pkg/sql/plpgsql/parser/plpgsql.go:25–28  ·  view source on GitHub ↗

line plpgsql-gen.y:20

(plpgsqllex plpgsqlLexer, err error)

Source from the content-addressed store, hash-verified

23
24//line plpgsql-gen.y:20
25func setErr(plpgsqllex plpgsqlLexer, err error) int {
26 plpgsqllex.(*lexer).setErr(err)
27 return 1
28}
29
30func setErrNoDetails(plpgsqllex plpgsqlLexer, err error) int {
31 plpgsqllex.(*lexer).setErrNoDetails(err)

Callers 1

ParseMethod · 0.70

Calls 1

setErrMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…