Returns the [`Engine`] that this [`Module`] was compiled by.
(&self)
| 905 | |
| 906 | /// Returns the [`Engine`] that this [`Module`] was compiled by. |
| 907 | pub fn engine(&self) -> &Engine { |
| 908 | &self.inner.engine |
| 909 | } |
| 910 | |
| 911 | #[allow( |
| 912 | unused, |
no outgoing calls
no test coverage detected