MCPcopy Create free account
hub / github.com/NetHack/NetHack / compress_bonesfile

Function compress_bonesfile

src/files.c:1005–1010  ·  view source on GitHub ↗

assume we're compressing the recently read or created bonesfile, so the * file name is already set properly */

Source from the content-addressed store, hash-verified

1003/* assume we're compressing the recently read or created bonesfile, so the
1004 * file name is already set properly */
1005void
1006compress_bonesfile(void)
1007{
1008 nh_sfconvert(fqname(gb.bones, BONESPREFIX, 0));
1009 nh_compress(fqname(gb.bones, BONESPREFIX, 0));
1010}
1011#endif /* !SFCTOOL */
1012
1013/* ---------- END BONES FILE HANDLING ----------- */

Callers 2

savebonesFunction · 0.85
getbonesFunction · 0.85

Calls 3

nh_sfconvertFunction · 0.85
fqnameFunction · 0.85
nh_compressFunction · 0.85

Tested by

no test coverage detected