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

Method getMetadata

lib/vfs/vfs.cc:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88std::map<std::string, std::string> Filesystem::getMetadata()
89{
90 throw UnimplementedFilesystemException();
91}
92
93void Filesystem::putMetadata(const std::map<std::string, std::string>& metadata)
94{

Callers 2

mainGetDiskInfoFunction · 0.45
UpdateFilesystemDataMethod · 0.45

Tested by

no test coverage detected