MCPcopy 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
77fn has_mec() -> bool {
78 let init = INITIALIZED.lock();
79 *init != Initialized::Succeeded
80}
81
82fn init() -> bool {
83 let mut init = INITIALIZED.lock();

Callers 3

transfer_writeFunction · 0.85
transfer_readFunction · 0.85
read_memoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected