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

Method PreprocessAddons

src/addonmanager.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void AddonManager::PreprocessAddons() {
33 // Loop through all addons and process any that match our type
34 for (std::vector<AddonBlock*>::iterator it = addons.begin(); it != addons.end(); it++) {
35 (*it)->ptr->preprocess();
36 }
37}
38
39void AddonManager::ProcessAddons() {
40 // 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
preprocessMethod · 0.45

Tested by

no test coverage detected