Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ seekToIndexMark
Method
seekToIndexMark
lib/decoders/decoders.cc:129–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void Decoder::seekToIndexMark()
130
{
131
_fmr->skipToEvent(F_BIT_PULSE);
132
_fmr->seekToIndexMark();
133
}
134
135
std::vector<bool> Decoder::readRawBits(unsigned count)
136
{
Callers
nothing calls this directly
Calls
1
skipToEvent
Method · 0.80
Tested by
no test coverage detected