Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ SetCppnetInstance
Method
SetCppnetInstance
net/linux/SocketBase.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void CSocketBase::SetCppnetInstance(std::shared_ptr<CCppNetImpl> ins) {
29
_cppnet_instance = ins;
30
}
31
32
std::shared_ptr<CCppNetImpl> CSocketBase::GetCppnetInstance() {
33
return _cppnet_instance.lock();
Callers
1
_Accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected