Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Close
Method
Close
Kernel/src/fs/initrd.cpp:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
void InitrdVolume::Close(struct fs_node* node){
195
Initrd::Close(node);
196
}
197
198
int InitrdVolume::ReadDir(struct fs_node* node, fs_dirent_t* dirent, uint32_t index){
199
return Initrd::ReadDir(node, dirent, index);
Callers
nothing calls this directly
Calls
1
Close
Function · 0.70
Tested by
no test coverage detected