Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ stat
Class
stat
TactilityCore/Source/file/File.cpp:227–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
lock.lock();
226
227
struct stat dir_stat;
228
if (mkdir(path.c_str(), mode) == 0) {
229
return true;
230
}
Callers
2
findOrCreateDirectoryInternal
Function · 0.70
isDirectory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected