MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / GetCppnetInstance

Method GetCppnetInstance

net/linux/SocketBase.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32std::shared_ptr<CCppNetImpl> CSocketBase::GetCppnetInstance() {
33 return _cppnet_instance.lock();
34}
35
36#endif // __linux__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected