Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
486
cc_result Socket_Write(cc_socket s, const cc_uint8* data, cc_uint32 count, cc_uint32* modified) {
487
return ERR_NOT_SUPPORTED;
488
}
489
490
void Socket_Close(cc_socket s) { }
491
Callers
3
sock_write
Function · 0.70
WriteAllToSocket
Function · 0.70
MPConnection_SendData
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected