Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ CreateSocket
Function
CreateSocket
libs/platform/platform_win.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
namespace platform
48
{
49
std::unique_ptr<Socket> CreateSocket()
50
{
51
return std::unique_ptr<Socket>();
52
}
53
} // namespace platform
54
55
Platform::Platform()
Callers
1
UNIT_TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.40