MCPcopy 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
740struct ShutdownHandleInner {

Callers 2

runMethod · 0.80

Calls 1

readMethod · 0.65

Tested by

no test coverage detected