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

Method putMetadata

lib/vfs/vfs.cc:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Filesystem::putMetadata(const std::map<std::string, std::string>& metadata)
94{
95 throw UnimplementedFilesystemException();
96}
97
98std::vector<std::shared_ptr<Dirent>> Filesystem::list(const Path& path)
99{

Callers 1

testPutMetadataFunction · 0.45

Tested by

no test coverage detected