Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
type
nodeCounter
struct
{
37
count int
38
}
39
40
func
(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