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

Struct mockExpr

pkg/sql/ast/types_test.go:290–290  ·  view source on GitHub ↗

Mock Expr for testing

Source from the content-addressed store, hash-verified

288
289// Mock Expr for testing
290type mockExpr struct{}
291
292func (m *mockExpr) Children() []Node { return nil }
293func (m *mockExpr) TokenLiteral() string { return "EXPR" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected