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

Method Link

Kernel/src/fs/fsnodestubs.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int FsNode::Link(FsNode*, DirectoryEntry*){
59 return -ENOSYS;
60}
61
62int FsNode::Unlink(DirectoryEntry*, bool unlinkDirs){
63 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected