MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / ProcessAddons

Method ProcessAddons

src/addonmanager.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void AddonManager::ProcessAddons() {
40 // Loop through all addons and process any that match our type
41 for (std::vector<AddonBlock*>::iterator it = addons.begin(); it != addons.end(); it++) {
42 (*it)->ptr->process();
43 }
44}
45
46void AddonManager::PostprocessAddons(bool reportSent) {
47 // Loop through all addons and process any that match our type

Callers 3

runMethod · 0.80
getBootActionMethod · 0.80
runMethod · 0.80

Calls 2

beginMethod · 0.45
processMethod · 0.45

Tested by

no test coverage detected