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