(&self, ctx: &mut Context)
| 1012 | } |
| 1013 | |
| 1014 | fn clear_context(&self, ctx: &mut Context) { |
| 1015 | (**self).clear_context(ctx) |
| 1016 | } |
| 1017 | |
| 1018 | fn make_signature(&self) -> ir::Signature { |
| 1019 | (**self).make_signature() |
no outgoing calls
no test coverage detected