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

Method Truncate

Kernel/src/fs/fsnodestubs.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int FsNode::Truncate(off_t length){
67 return -ENOSYS;
68}
69
70int FsNode::Ioctl(uint64_t cmd, uint64_t arg){
71 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected