MCPcopy Create free account
hub / github.com/ModelEngine-Group/flexai / FileExist

Function FileExist

GPU-Virtual-Service/gpu-remoting/include/define.h:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected