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