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

Method writeBytes

arch/tids990/encoder.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void writeBytes(const Bytes& bytes)
50 {
51 encodeMfm(_bits, _cursor, bytes, _lastBit);
52 }
53
54 void writeBytes(int count, uint8_t byte)
55 {

Callers

nothing calls this directly

Calls 1

encodeMfmFunction · 0.85

Tested by

no test coverage detected