Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ operator[]
Method
operator[]
forms/control.cpp:823–823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
821
void Control::unloadResources() {}
822
823
sp<Control> Control::operator[](int Index) const { return Controls.at(Index); }
824
825
sp<Control> Control::findControl(UString ID) const
826
{
Callers
1
containerIndexInteger
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected