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

Method Unlink

Kernel/src/fs/fsnodestubs.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int FsNode::Unlink(DirectoryEntry*, bool unlinkDirs){
63 return -ENOSYS;
64}
65
66int FsNode::Truncate(off_t length){
67 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected