| 3 | namespace fs { |
| 4 | |
| 5 | SDFS::SDFS(FSImplPtr impl) : fs::FS(impl) {} |
| 6 | bool SDFS::begin(uint8_t ssPin, SPIClass& spi, uint32_t frequency, const char* mountpoint, uint8_t max_files, bool format_if_empty) { |
| 7 | return true; |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected