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

Function Link

Kernel/src/fs/filesystem.cpp:390–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 }
389
390 int Link(FsNode* dir, FsNode* link, DirectoryEntry* ent){
391 assert(dir);
392 assert(link);
393
394 return dir->Link(link, ent);
395 }
396
397 int Unlink(FsNode* dir, DirectoryEntry* ent, bool unlinkDirectories){
398 assert(dir);

Callers

nothing calls this directly

Calls 1

LinkMethod · 0.45

Tested by

no test coverage detected