MCPcopy 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
642public:
643 std::vector<bool> getBitmapForDebugging() override
644 {
645 return _bitmap;
646 }
647
648private:
649 const CpmFsProto& _config;

Callers 2

testBitmapFunction · 0.80
testPutGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected