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

Method Shut

samples/sample1/Sample1Module.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool Sample1Module::Shut()
127{
128 ARK_LOG_INFO("{}, Shut", GET_CLASS_NAME(Sample1Module));
129 return true;
130}
131
132} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected