MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / FatFsFileSystem

Method FatFsFileSystem

src/filesystem/fatfs/fatfs.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92FatFsFileSystem::FatFsFileSystem(uint8_t volume_id)
93 : volume_id_(volume_id),
94 fatfs_obj_{},
95 inodes_{},
96 fil_pool_{},
97 dir_pool_{},
98 inode_ops_(this),
99 file_ops_(this) {}
100
101FatFsFileSystem::~FatFsFileSystem() {
102 if (mounted_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected