MCPcopy 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
11int controller::run() {
12 model_.update();
13 view_.render();
14 return 0;
15}

Callers 1

mainFunction · 0.45

Calls 2

renderMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected