Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ isLoaded
Method
isLoaded
src/modules/ble/BLE_Suite.cpp:1690–1690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1688
1689
std::vector<DuckyCommand> DuckyScriptEngine::getCommands() { return commands; }
1690
bool DuckyScriptEngine::isLoaded() { return scriptLoaded; }
1691
void DuckyScriptEngine::clear() {
1692
commands.clear();
1693
scriptLoaded = false;
Callers
1
executeDuckyScript
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected