Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
extern Bytes encodeMfm(const Bytes& input, bool& lastBit);
31
32
static inline Bytes decodeFmMfm(const std::vector<bool> bits)
33
{
34
return decodeFmMfm(bits.begin(), bits.end());
35
}
36
37
class Decoder
38
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected