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

Function doconvert_file

src/files.c:2061–2068  ·  view source on GitHub ↗

* Returns non-zero if unconvert was successful */

Source from the content-addressed store, hash-verified

2059 * Returns non-zero if unconvert was successful
2060 */
2061staticfn int
2062doconvert_file(const char *filename, int sfstatus, boolean unconvert)
2063{
2064 nhUse(filename);
2065 nhUse(sfstatus);
2066 nhUse(unconvert);
2067 return 1;
2068}
2069
2070/* convert file */
2071void

Callers 2

nh_sfconvertFunction · 0.85
nh_sfunconvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected