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

Method Pos

internal/sql/ast/call_stmt.go:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9func (n *CallStmt) Pos() int {
10 if n.FuncCall == nil {
11 return 0
12 }
13 return n.FuncCall.Pos()
14}
15
16func (n *CallStmt) Format(buf *TrackedBuffer, d format.Dialect) {
17 buf.WriteString("CALL ")

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected