MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Socket_Create

Function Socket_Create

src/_PlatformBase.h:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474cc_result Socket_Create(cc_socket* s, cc_sockaddr* addr, cc_bool nonblocking) {
475 return ERR_NOT_SUPPORTED;
476}
477
478cc_result Socket_Connect(cc_socket s, cc_sockaddr* addr) {
479 return ERR_NOT_SUPPORTED;

Callers 2

HttpConnection_OpenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected