Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FrameworkComputer/framework-system
/ has_mec
Function
has_mec
framework_lib/src/chromium_ec/portio.rs:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
fn has_mec() -> bool {
78
let init = INITIALIZED.lock();
79
*init != Initialized::Succeeded
80
}
81
82
fn init() -> bool {
83
let mut init = INITIALIZED.lock();
Callers
3
transfer_write
Function · 0.85
transfer_read
Function · 0.85
read_memory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected