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

Method Node

internal/sql/astutils/rewrite.go:78–78  ·  view source on GitHub ↗

Node returns the current Node.

()

Source from the content-addressed store, hash-verified

76
77// Node returns the current Node.
78func (c *Cursor) Node() ast.Node { return c.node }
79
80// Parent returns the parent of the current Node.
81func (c *Cursor) Parent() ast.Node { return c.parent }

Callers 3

EmbedsFunction · 0.80
NamedParametersFunction · 0.80
TestApplyFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestApplyFunction · 0.64