Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ mkdir
Method
mkdir
lib/hal/HalStorage.cpp:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
bool HalStorage::mkdir(const char* path, const bool pFlag) { HAL_STORAGE_WRAPPED_CALL(mkdir, path, pFlag); }
90
91
bool HalStorage::exists(const char* path) { HAL_STORAGE_WRAPPED_CALL(exists, path); }
92
Callers
15
setupCacheDir
Method · 0.80
setupCacheDir
Method · 0.80
download_font
Function · 0.80
extract_static_instance
Function · 0.80
build_family
Function · 0.80
generate_manifest
Function · 0.80
main
Function · 0.80
saveToFile
Method · 0.80
setupCacheDir
Method · 0.80
createSectionFile
Method · 0.80
saveToFile
Method · 0.80
ensureFamilyDir
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64