Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Close
Method
Close
Kernel/src/fs/fsnodestubs.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void FsNode::Close(){
31
handleCount--;
32
}
33
34
int FsNode::ReadDir(DirectoryEntry*, uint32_t){
35
return -ENOSYS;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected