MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / PreShut

Method PreShut

samples/sample2/Sample2Module.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool Sample2Module::PreShut()
79{
80 std::cout << GET_CLASS_NAME(Sample2Module) << ", PreShut" << std::endl;
81 return true;
82}
83
84bool Sample2Module::Shut()
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected