Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Close
Function
Close
Kernel/src/fs/filesystem.cpp:404–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
void Close(FsNode* node){
405
return node->Close();
406
}
407
408
void Close(fs_fd_t* fd){
409
if(!fd) return;
Callers
nothing calls this directly
Calls
2
kfree
Function · 0.85
Close
Method · 0.45
Tested by
no test coverage detected