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

Function wrappedEncodeFm

tests/fmmfm.cc:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static std::vector<bool> wrappedEncodeFm(const Bytes& bytes)
59{
60 std::vector<bool> bits(16);
61 unsigned cursor = 0;
62 encodeFm(bits, cursor, bytes);
63 return bits;
64}
65
66static void testEncodeMfm(void)
67{

Callers 1

testEncodeFmFunction · 0.85

Calls 1

encodeFmFunction · 0.85

Tested by

no test coverage detected