Returns the remaining fuel in the store. For more information see [`Store::get_fuel`](crate::Store::get_fuel)
(&self)
| 2168 | /// |
| 2169 | /// For more information see [`Store::get_fuel`](crate::Store::get_fuel) |
| 2170 | pub fn get_fuel(&self) -> Result<u64> { |
| 2171 | self.store.get_fuel() |
| 2172 | } |
| 2173 | |
| 2174 | /// Set the amount of fuel in this store to be consumed when executing wasm code. |
| 2175 | /// |
no outgoing calls