MCPcopy Create free account
hub / github.com/DFHack/dfhack / GetVersion

Function GetVersion

library/RemoteTools.cpp:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362static command_result GetVersion(color_ostream &stream,
363 const EmptyMessage *, StringMessage *out)
364{
365 out->set_value(Version::dfhack_version());
366 return CR_OK;
367}
368
369static command_result GetDFVersion(color_ostream &stream,
370 const EmptyMessage *, StringMessage *out)

Callers

nothing calls this directly

Calls 1

dfhack_versionFunction · 0.85

Tested by

no test coverage detected