Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
std::map<std::string, std::string> Filesystem::getMetadata()
89
{
90
throw UnimplementedFilesystemException();
91
}
92
93
void Filesystem::putMetadata(const std::map<std::string, std::string>& metadata)
94
{
Callers
2
mainGetDiskInfo
Function · 0.45
UpdateFilesystemData
Method · 0.45
Calls
1
UnimplementedFilesystemException
Class · 0.85
Tested by
no test coverage detected