MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getMode

Function getMode

Tactility/Source/hal/usb/UsbMock.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7bool startMassStorageWithSdmmc(bool /*fromBootMode*/) { return false; }
8void stop() {}
9Mode getMode() { return Mode::Default; }
10BootMode getUsbBootMode() { return BootMode::None; }
11bool isSupported() { return false; }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected