MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getCommands

Method getCommands

src/modules/ble/BLE_Suite.cpp:1689–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687}
1688
1689std::vector<DuckyCommand> DuckyScriptEngine::getCommands() { return commands; }
1690bool DuckyScriptEngine::isLoaded() { return scriptLoaded; }
1691void DuckyScriptEngine::clear() {
1692 commands.clear();

Callers 2

executeDuckyScriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected