MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / UnimplementedFilesystemException

Class UnimplementedFilesystemException

lib/vfs/vfs.h:128–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126};
127
128class UnimplementedFilesystemException : public FilesystemException
129{
130public:
131 UnimplementedFilesystemException(const std::string& msg):
132 FilesystemException(msg)
133 {
134 }
135
136 UnimplementedFilesystemException():
137 FilesystemException("Unimplemented operation")
138 {
139 }
140};
141
142class Filesystem
143{

Callers 15

putFileMethod · 0.85
createMethod · 0.85
checkMethod · 0.85
getMetadataMethod · 0.85
putMetadataMethod · 0.85
listMethod · 0.85
getFileMethod · 0.85
putFileMethod · 0.85
getDirentMethod · 0.85
createDirectoryMethod · 0.85
deleteFileMethod · 0.85
moveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected