Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetOpenCount
Method
GetOpenCount
src/filesystem/file_descriptor.cpp:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
auto FileDescriptorTable::GetOpenCount() const -> int { return open_count_; }
184
185
} // namespace filesystem
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected