MCPcopy
hub / github.com/sqlc-dev/sqlc / convertBitString

Function convertBitString

internal/engine/postgresql/convert.go:612–619  ·  view source on GitHub ↗
(n *pg.BitString)

Source from the content-addressed store, hash-verified

610}
611
612func convertBitString(n *pg.BitString) *ast.BitString {
613 if n == nil {
614 return nil
615 }
616 return &ast.BitString{
617 Str: n.Bsval,
618 }
619}
620
621func convertBoolExpr(n *pg.BoolExpr) *ast.BoolExpr {
622 if n == nil {

Callers 2

convertA_ConstFunction · 0.85
convertNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected