MCPcopy 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
52bool SDManager::exists(const String& name) {
53 if (!_available) begin();
54 return sd->exists(name);
55}
56
57void SDManager::mkdir(const String& name) {
58 if (!_available) return;

Callers 1

config_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected