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

Function toBytes

lib/core/bytes.h:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 std::vector<bool>::const_iterator end);
404
405inline Bytes toBytes(const std::vector<bool>& bits)
406{
407 return toBytes(bits.begin(), bits.end());
408}
409
410extern std::vector<bool> reverseBits(const std::vector<bool>& bits);
411

Callers 15

decodeSectorRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeDataRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeDataRecordMethod · 0.50
pushRecordMethod · 0.50
readRaw8Method · 0.50
readRaw16Method · 0.50
readRaw20Method · 0.50

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

mainInspectFunction · 0.40