Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ SDManager
Method
SDManager
src/utils/SDManager.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"Earable_Pins.h"
3
4
SDManager::SDManager() {
5
sd = new SdExFat();
6
}
7
8
SDManager::~SDManager() {
9
delete sd;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected