Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Close
Method
Close
Kernel/src/fs/tar.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void TarNode::Close(){
50
if(vol){
51
vol->Close(this);
52
}
53
}
54
int TarNode::ReadDir(DirectoryEntry* dirent, uint32_t index){
55
if(vol){
56
return vol->ReadDir(this, dirent, index);
Callers
2
EndProcess
Function · 0.45
Close
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected