MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getVersionFullName

Method getVersionFullName

src/tools/ecode/version.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25std::string Version::getVersionFullName() {
26 Version ver = getVersion();
27 if ( ver.commit > 0 && ver.commit < 9999 )
28 return String::format( "ecode version %s nightly", getVersionNumString() );
29 return String::format( "ecode version %s", getVersionNumString() );
30}
31
32std::string Version::getCodename() {
33 return std::string( ECODE_CODENAME );

Callers

nothing calls this directly

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected