Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ update
Method
update
forms/form.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
void Form::onRender() { Control::onRender(); }
37
38
void Form::update()
39
{
40
Control::update();
41
resolveLocation();
42
}
43
44
void Form::unloadResources() { Control::unloadResources(); }
45
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected