Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetNetServer
Method
GetNetServer
src/server/router/src/AFCRouterNetModule.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
//}
92
93
std::shared_ptr<AFINetServerService> AFCRouterNetModule::GetNetServer()
94
{
95
return m_pNetServer;
96
}
97
98
} // namespace ark
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected