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

Class FatDirHandle

src/filesystem/fatfs/include/fatfs.hpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283 /// DIR 对象池条目
284 struct FatDirHandle {
285 DIR dir;
286 bool in_use = false;
287 };
288
289 std::array<FatDirHandle, kMaxOpenDirs> dir_pool_;
290

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected