Mock Expr for testing
| 288 | |
| 289 | // Mock Expr for testing |
| 290 | type mockExpr struct{} |
| 291 | |
| 292 | func (m *mockExpr) Children() []Node { return nil } |
| 293 | func (m *mockExpr) TokenLiteral() string { return "EXPR" } |
nothing calls this directly
no outgoing calls
no test coverage detected