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

Class FsNode

Kernel/include/fs/filesystem.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109} stat_t;
110
111class FsNode;
112
113typedef struct fs_fd{
114 FsNode* node;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected