MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~FsNode

Method ~FsNode

Kernel/src/fs/fsnodestubs.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <logging.h>
5
6FsNode::~FsNode(){
7
8}
9
10ssize_t FsNode::Read(size_t, size_t, uint8_t *){
11 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected