Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ mem_move
Function
mem_move
server/src/system.c:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void mem_move(void *dest, const void *source, unsigned size)
244
{
245
memmove(dest, source, size);
246
}
247
248
void mem_zero(void *block, unsigned size)
249
{
Callers
1
Recv
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected