Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ mkdir
Method
mkdir
src/utils/SDManager.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void SDManager::mkdir(const String& name) {
58
if (!_available) return;
59
sd->mkdir(name);
60
}
61
62
void SDManager::remove(const String& name) {
63
if (!_available) return;
Callers
1
config_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected