Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ getBitmapForDebugging
Method
getBitmapForDebugging
lib/vfs/cpmfs.cc:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
642
public:
643
std::vector<bool> getBitmapForDebugging() override
644
{
645
return _bitmap;
646
}
647
648
private:
649
const CpmFsProto& _config;
Callers
2
testBitmap
Function · 0.80
testPutGet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected