Get a reference to the engine's configuration
(&self)
| 31 | |
| 32 | /// Get a reference to the engine's configuration |
| 33 | pub fn config(&self) -> &Config { |
| 34 | &self.config |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | /// Fuel accounting policy for budgeted execution. |
no outgoing calls
no test coverage detected