MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / main

Function main

tutorials/integration/cpp/06_interop.cpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280int main(int, char * []) {
281 NEED_ALL_DEFAULT_MODULES;
282 NEED_MODULE(Module_Tutorial06);
283 Module::Initialize();
284 tutorial();
285 Module::Shutdown();
286 return 0;
287}

Callers

nothing calls this directly

Calls 1

tutorialFunction · 0.70

Tested by

no test coverage detected