MCPcopy 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

CloseMethod · 0.70
EndProcessFunction · 0.50
SysCloseFunction · 0.50
CloseMethod · 0.50
CloseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected