Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ SaveBinaryToFile
Method
SaveBinaryToFile
src/io/dense_nbits_bin.hpp:362–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
void SaveBinaryToFile(const VirtualFileWriter* writer) const override {
363
writer->Write(data_.data(), sizeof(uint8_t) * data_.size());
364
}
365
366
size_t SizesInByte() const override {
367
return sizeof(uint8_t) * data_.size();
Callers
nothing calls this directly
Calls
3
data
Method · 0.80
Write
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected