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

Function decodeFmMfm

lib/decoders/decoders.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30extern Bytes encodeMfm(const Bytes& input, bool& lastBit);
31
32static inline Bytes decodeFmMfm(const std::vector<bool> bits)
33{
34 return decodeFmMfm(bits.begin(), bits.end());
35}
36
37class Decoder
38{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected