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

Function write_bytes

arch/victor9k/encoder.cc:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void write_bytes(
95 std::vector<bool>& bits, unsigned& cursor, const Bytes& bytes)
96{
97 for (uint8_t b : bytes)
98 write_byte(bits, cursor, b);
99}
100
101static void write_gap(std::vector<bool>& bits, unsigned& cursor, int length)
102{

Callers 1

write_sectorFunction · 0.85

Calls 1

write_byteFunction · 0.85

Tested by

no test coverage detected