Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
bool
145
amrex::FileExists(const std::string &filename)
146
{
147
return amrex::FileSystem::Exists(filename);
148
}
149
150
std::string
151
amrex::UniqueString()
Callers
nothing calls this directly
Calls
1
Exists
Function · 0.85
Tested by
no test coverage detected