Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ is_thr_intr_enabled
Method
is_thr_intr_enabled
devices/src/legacy/serial.rs:195–197 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
193
}
194
195
fn is_thr_intr_enabled(&self) -> bool {
196
(self.interrupt_enable & IER_THR_BIT) != 0
197
}
198
199
fn is_loop(&self) -> bool {
200
(self.modem_control & MCR_LOOP_BIT) != 0
Callers
1
thr_empty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected