MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / nodeCounter

Struct nodeCounter

pkg/sql/ast/visitor_test.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type nodeCounter struct {
37 count int
38}
39
40func (v *nodeCounter) Visit(node Node) (Visitor, error) {
41 if node != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected