Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ resetCodesArray
Function
resetCodesArray
src/modules/ir/custom_ir.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
static std::vector<IRCode *> codes;
20
21
void resetCodesArray() {
22
for (auto code : codes) { delete code; }
23
codes.clear();
24
}
25
26
static std::vector<IRCode *> recent_ircodes;
27
Callers
3
txIrFile
Function · 0.85
otherIRcodes
Function · 0.85
chooseCmdIrFile
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected