Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ should_continue
Method
should_continue
aiscript-vm/src/vm/fuel.rs:23–25 ·
view source on GitHub ↗
Returns true if we have positive fuel remaining.
(&self)
Source
from the content-addressed store, hash-verified
21
22
/// Returns true if we have positive fuel remaining.
23
pub fn should_continue(&self) -> bool {
24
self.value > 0
25
}
26
}
Callers
1
step
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected