Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ mmemcpy
Function
mmemcpy
tools/fshtool.c:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void mmemcpy(char *dest,char *src,int len) /* LZ-compatible memcopy */
91
{
92
while (len--) *(dest++)=*(src++);
93
}
94
95
void quotify(unsigned char *src,int len,char *dest)
96
{
Callers
1
uncompress_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected