(&self)
| 658 | } |
| 659 | |
| 660 | pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection { |
| 661 | self.inner.code.signatures() |
| 662 | } |
| 663 | |
| 664 | /// Returns identifier/name that this [`Module`] has. This name |
| 665 | /// is used in traps/backtrace details. |
no outgoing calls
no test coverage detected