MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Unlink

Function Unlink

Kernel/src/fs/filesystem.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 }
396
397 int Unlink(FsNode* dir, DirectoryEntry* ent, bool unlinkDirectories){
398 assert(dir);
399 assert(ent);
400
401 return dir->Unlink(ent, unlinkDirectories);
402 }
403
404 void Close(FsNode* node){
405 return node->Close();

Callers 1

SysRmdirFunction · 0.85

Calls 1

UnlinkMethod · 0.45

Tested by

no test coverage detected