| 5989 | } |
| 5990 | |
| 5991 | static std::string ASGetBuildVersionShort() { |
| 5992 | return std::string(GetBuildVersion()); |
| 5993 | } |
| 5994 | |
| 5995 | static std::string ASGetBuildVersionFull() { |
| 5996 | return std::string(GetBuildVersion()) + "_" + std::string(GetBuildIDString()); |
nothing calls this directly
no test coverage detected