Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ nh_sfconvert
Function
nh_sfconvert
src/files.c:2071–2075 ·
view source on GitHub ↗
convert file */
Source
from the content-addressed store, hash-verified
2069
2070
/* convert file */
2071
void
2072
nh_sfconvert(const char *filename)
2073
{
2074
(void) doconvert_file(filename, 0, FALSE);
2075
}
2076
2077
/* unconvert file if it exists */
2078
void
Callers
3
compress_bonesfile
Function · 0.85
if
Function · 0.85
dosave0
Function · 0.85
Calls
1
doconvert_file
Function · 0.85
Tested by
no test coverage detected