Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ FatFileHandle
Class
FatFileHandle
src/filesystem/fatfs/include/fatfs.hpp:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
275
/// FIL 对象池
276
struct FatFileHandle {
277
FIL fil;
278
bool in_use = false;
279
};
280
281
std::array<FatFileHandle, kMaxOpenFiles> fil_pool_;
282
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected