| 59 | } |
| 60 | |
| 61 | type testExpr struct { |
| 62 | name string |
| 63 | dsl func() |
| 64 | } |
| 65 | |
| 66 | func (e *testExpr) EvalName() string { return e.name } |
| 67 | func (e *testExpr) DSL() func() { return e.dsl } |
nothing calls this directly
no outgoing calls
no test coverage detected