Returns the underlying engine.
(&self)
| 1121 | |
| 1122 | /// Returns the underlying engine. |
| 1123 | pub fn engine(&self) -> &Engine { |
| 1124 | self.component.engine() |
| 1125 | } |
| 1126 | |
| 1127 | /// Performs the instantiation process into the store specified. |
| 1128 | /// |
no outgoing calls
no test coverage detected