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

Struct stringWalker

internal/sql/rewrite/parameters.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type stringWalker struct {
22 String string
23 IsConst bool
24}
25
26func (s *stringWalker) Visit(node ast.Node) astutils.Visitor {
27 if _, ok := node.(*ast.A_Const); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected