MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Poll

Method Poll

Source/ModuleContainer.cpp:117–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ModuleContainer::Poll()
118{
119 if (mOwner != nullptr)
120 return;
121
122 for (int i = 0; i < mModules.size(); ++i)
123 {
124 if (mModules[i]->GetContainer())
125 mModules[i]->GetContainer()->Poll();
126 mModules[i]->BasePoll();
127 }
128}
129
130void ModuleContainer::Clear()
131{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.80
BasePollMethod · 0.80
GetContainerMethod · 0.45

Tested by

no test coverage detected