Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ ~FileSystem
Method
~FileSystem
src/filesystem/vfs/include/filesystem.hpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
class FileSystem {
18
public:
19
virtual ~FileSystem() = default;
20
21
/**
22
* @brief 获取文件系统类型名(如
"ramfs"
,
"fat32"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected