Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ read_shutdown_reason
Method
read_shutdown_reason
components/vm/src/vm.rs:734–737 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
732
}
733
734
pub fn read_shutdown_reason(&self) -> Option<ShutdownReason> {
735
let inner = self.inner.read().unwrap();
736
inner.shutdown_reason
737
}
738
}
739
740
struct ShutdownHandleInner {
Callers
2
handle_vm_channel_closed
Method · 0.80
run
Method · 0.80
Calls
1
read
Method · 0.65
Tested by
no test coverage detected