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

Method PreShut

samples/sample1/Sample1Module.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool Sample1Module::PreShut()
121{
122 ARK_LOG_INFO("{}, PreShut", GET_CLASS_NAME(Sample1Module));
123 return true;
124}
125
126bool Sample1Module::Shut()
127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected