Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ Directory_GetCachePath
Function
Directory_GetCachePath
src/Platform_N64.c:130–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void Directory_GetCachePath(cc_string* path) { }
131
132
cc_result Directory_Create2(const cc_filepath* path) {
133
return mkdir(path->buffer, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) == -1 ? errno : 0;
Callers
1
UseDedicatedCache
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected