MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / ~SDManager

Method ~SDManager

src/utils/SDManager.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8SDManager::~SDManager() {
9 delete sd;
10}
11
12bool SDManager::begin() {
13 if (_available) return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected