(&self)
| 3017 | } |
| 3018 | |
| 3019 | pub const fn context(&self) -> ExecutionContext { |
| 3020 | self.context |
| 3021 | } |
| 3022 | |
| 3023 | pub fn statement<'a>(&self, semantic: &SemanticModel<'a>) -> &'a Stmt { |
| 3024 | semantic.statement(self.source) |
no outgoing calls
no test coverage detected