| 433 | } |
| 434 | |
| 435 | inline bool FileExist(std::string filePath) { |
| 436 | return std::filesystem::is_regular_file(filePath); |
| 437 | } |
| 438 | |
| 439 | inline uint64_t GetStrongSeed() { |
| 440 | uint64_t a = clock(); |
nothing calls this directly
no outgoing calls
no test coverage detected