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

Method PostprocessAddons

src/addonmanager.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void AddonManager::PostprocessAddons(bool reportSent) {
47 // Loop through all addons and process any that match our type
48 for (std::vector<AddonBlock*>::iterator it = addons.begin(); it != addons.end(); it++) {
49 (*it)->ptr->postprocess(reportSent);
50 }
51}
52
53// HACK : change this for NeoPicoLED
54GPAddon * AddonManager::GetAddon(std::string name) { // hack for NeoPicoLED

Callers 1

runMethod · 0.80

Calls 2

beginMethod · 0.45
postprocessMethod · 0.45

Tested by

no test coverage detected