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

Method Install

src/server/router/src/AFRouterPlugin.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFRouterPlugin)
27
28void AFRouterPlugin::Install()
29{
30 ARK_REGISTER_MODULE(AFIRouterNetModule, AFCRouterNetModule);
31}
32
33void AFRouterPlugin::Uninstall()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected