Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Close
Function
Close
Kernel/src/fs/initrd.cpp:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void Close(fs_node_t* node){
103
104
}
105
106
int ReadDir(fs_node_t* node, fs_dirent_t* dirent, uint32_t index){
107
if(index >= initrdHeader.fileCount + 2) return -1;
Callers
5
Close
Method · 0.70
EndProcess
Function · 0.50
SysClose
Function · 0.50
Close
Method · 0.50
Close
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected