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

Method check

lib/vfs/vfs.cc:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83FilesystemStatus Filesystem::check()
84{
85 throw UnimplementedFilesystemException();
86}
87
88std::map<std::string, std::string> Filesystem::getMetadata()
89{

Callers

nothing calls this directly

Tested by

no test coverage detected