MCPcopy Index your code
hub / github.com/aarondl/sqlboiler / errorf

Function errorf

types/array.go:51–53  ·  view source on GitHub ↗
(s string, args ...any)

Source from the content-addressed store, hash-verified

49}
50
51func errorf(s string, args ...any) {
52 panic(fmt.Errorf("pq: %s", fmt.Sprintf(s, args...)))
53}
54
55func encode(parameterStatus *parameterStatus, x any, pgtypOid oid.Oid) []byte {
56 switch v := x.(type) {

Callers 1

encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…