MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Execute

Method Execute

apps/tools/Tools/commands/VersionCommand.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16int VersionCommand::Execute()
17{
18 std::cout << GetVersionString() << std::endl;
19 std::cout << GetBuildInfo() << std::endl;
20 return 0;
21}
22
23std::string VersionCommand::GetVersionString()
24{

Callers

nothing calls this directly

Calls 1

GetVersionStringFunction · 0.85

Tested by

no test coverage detected