Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ IsFolder
Method
IsFolder
MonaBase/sources/FileSystem.cpp:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
bool FileSystem::IsFolder(const string& path) {
586
return path.empty() || path.back()==
'/'
|| path.back()==
'\\'
;
587
}
588
589
bool FileSystem::IsFolder(const char* path) {
590
size_t size(strlen(path));
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected