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

Method FileDescriptorTable

src/filesystem/file_descriptor.cpp:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace filesystem {
10
11FileDescriptorTable::FileDescriptorTable()
12 : table_{}, open_count_(0), lock_{"fd_table"} {}
13
14FileDescriptorTable::~FileDescriptorTable() {
15 CloseAll().or_else([](auto&& err) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected