Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ mem_copy
Function
mem_copy
server/src/system.c:238–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
237
238
void mem_copy(void *dest, const void *source, unsigned size)
239
{
240
memcpy(dest, source, size);
241
}
242
243
void mem_move(void *dest, const void *source, unsigned size)
244
{
Callers
4
netaddr_to_sockaddr_in
Function · 0.85
netaddr_to_sockaddr_in6
Function · 0.85
sockaddr_to_netaddr
Function · 0.85
Recv
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected