(&self, func: &UnmaterializableFunc)
| 519 | } |
| 520 | |
| 521 | fn unmaterializable(&self, func: &UnmaterializableFunc) -> Self::Summary { |
| 522 | self.evaluator.unmaterializable(func) |
| 523 | } |
| 524 | |
| 525 | fn unary(&self, func: &UnaryFunc, expr: Self::Summary) -> Self::Summary { |
| 526 | self.evaluator.unary(func, expr) |
no test coverage detected