Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ closeFile
Method
closeFile
src/utils/SDManager.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void SDManager::closeFile(ExFatFile *file) {
47
if (!file->isOpen()) return;
48
file->close();
49
_lastFile = nullptr;
50
}
51
52
bool SDManager::exists(const String& name) {
53
if (!_available) begin();
Callers
6
end
Method · 0.80
setName
Method · 0.80
writeHeader
Method · 0.80
endRecording
Method · 0.80
end
Method · 0.80
open_file
Method · 0.80
Calls
1
close
Method · 0.80
Tested by
no test coverage detected