Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
func
(n *CallStmt) Pos() int {
10
if
n.FuncCall == nil {
11
return
0
12
}
13
return
n.FuncCall.Pos()
14
}
15
16
func
(n *CallStmt) Format(buf *TrackedBuffer, d format.Dialect) {
17
buf.WriteString(
"CALL "
)
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected