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

Function FuncCall

internal/sql/validate/func_call.go:48–52  ·  view source on GitHub ↗
(c *catalog.Catalog, cs config.CombinedSettings, n ast.Node)

Source from the content-addressed store, hash-verified

46}
47
48func FuncCall(c *catalog.Catalog, cs config.CombinedSettings, n ast.Node) error {
49 visitor := funcCallVisitor{catalog: c, settings: cs}
50 astutils.Walk(&visitor, n)
51 return visitor.err
52}

Callers 1

_analyzeQueryMethod · 0.92

Calls 1

WalkFunction · 0.92

Tested by

no test coverage detected