Add a call-site record at the current offset.
(&mut self)
| 1751 | |
| 1752 | /// Add a call-site record at the current offset. |
| 1753 | pub fn add_call_site(&mut self) { |
| 1754 | self.add_try_call_site(None, core::iter::empty()); |
| 1755 | } |
| 1756 | |
| 1757 | /// Add a call-site record at the current offset with exception |
| 1758 | /// handlers. |
no test coverage detected