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

Function Socket_Write

src/_PlatformBase.h:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486cc_result Socket_Write(cc_socket s, const cc_uint8* data, cc_uint32 count, cc_uint32* modified) {
487 return ERR_NOT_SUPPORTED;
488}
489
490void Socket_Close(cc_socket s) { }
491

Callers 3

sock_writeFunction · 0.70
WriteAllToSocketFunction · 0.70
MPConnection_SendDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected