MCPcopy 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
238void mem_copy(void *dest, const void *source, unsigned size)
239{
240 memcpy(dest, source, size);
241}
242
243void mem_move(void *dest, const void *source, unsigned size)
244{

Callers 4

netaddr_to_sockaddr_inFunction · 0.85
netaddr_to_sockaddr_in6Function · 0.85
sockaddr_to_netaddrFunction · 0.85
RecvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected