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

Method Write

Kernel/src/fs/fsnodestubs.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14ssize_t FsNode::Write(size_t, size_t, uint8_t *){
15 return -ENOSYS;
16}
17
18fs_fd_t* FsNode::Open(size_t flags){
19 fs_fd_t* fDesc = (fs_fd_t*)kmalloc(sizeof(fs_fd_t));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected