Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ Exists
Method
Exists
MonaBase/sources/FileSystem.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
bool FileSystem::Exists(const char* path, size_t size) {
202
Status status;
203
return Stat(path, size, status)>0;
204
}
205
206
207
bool FileSystem::CreateDirectory(Exception& ex, const char* path, size_t size, Mode mode) {
Callers
nothing calls this directly
Calls
1
Stat
Function · 0.85
Tested by
no test coverage detected