()
| 20 | } |
| 21 | |
| 22 | func (p *Program) Bar() Value { |
| 23 | return func(e *Env) float64 { |
| 24 | return 100 |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | func (p *Program) AndCondition(a, b Condition) Conditions { |
| 29 | return Conditions{a, b} |
nothing calls this directly
no outgoing calls
no test coverage detected