Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ run
Method
run
example/modules/controller.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
//->
10
11
int controller::run() {
12
model_.update();
13
view_.render();
14
return 0;
15
}
Callers
1
main
Function · 0.45
Calls
2
render
Method · 0.80
update
Method · 0.45
Tested by
no test coverage detected