Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmorcelli/Launcher
/ loop
Method
loop
src/massStorage.cpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void MassStorage::loop() {
274
while (!check(EscPress) && !shouldStop) yield();
275
}
276
277
void MassStorage::beginUsb() {
278
drawUSBStickIcon(false);
Callers
nothing calls this directly
Calls
1
check
Function · 0.85
Tested by
no test coverage detected