(&self)
| 112 | } |
| 113 | |
| 114 | pub(crate) fn interpolated_string_state(&self) -> InterpolatedStringState { |
| 115 | self.interpolated_string_state |
| 116 | } |
| 117 | |
| 118 | pub(crate) fn set_interpolated_string_state( |
| 119 | &mut self, |
no outgoing calls
no test coverage detected