| 5993 | } |
| 5994 | |
| 5995 | static std::string ASGetBuildVersionFull() { |
| 5996 | return std::string(GetBuildVersion()) + "_" + std::string(GetBuildIDString()); |
| 5997 | } |
| 5998 | |
| 5999 | static std::string ASGetBuildTimestamp() { |
| 6000 | return std::string(GetBuildTimestamp()); |
nothing calls this directly
no test coverage detected