MCPcopy 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

47namespace platform
48{
49std::unique_ptr<Socket> CreateSocket()
50{
51 return std::unique_ptr<Socket>();
52}
53} // namespace platform
54
55Platform::Platform()

Callers 1

UNIT_TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.40