MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / FileExists

Method FileExists

Src/Base/AMReX_Utility.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool
145amrex::FileExists(const std::string &filename)
146{
147 return amrex::FileSystem::Exists(filename);
148}
149
150std::string
151amrex::UniqueString()

Callers

nothing calls this directly

Calls 1

ExistsFunction · 0.85

Tested by

no test coverage detected