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

Struct DefElem

internal/sql/ast/def_elem.go:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type DefElem struct {
6 Defnamespace *string
7 Defname *string
8 Arg Node
9 Defaction DefElemAction
10 Location int
11}
12
13func (n *DefElem) Pos() int {
14 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected