Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ check_terminated
Method
check_terminated
components/vm/src/vm.rs:257–261 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
255
}
256
257
fn check_terminated(&mut self) -> bool {
258
self.shutdown_handle
259
.terminated
260
.load(std::sync::atomic::Ordering::SeqCst)
261
}
262
263
async fn handle_cmd(&mut self, cmd: VmCommand) {
264
match cmd {
Callers
1
run
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected