Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ resetFluxDecoder
Method
resetFluxDecoder
lib/decoders/decoders.cc:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void Decoder::resetFluxDecoder()
118
{
119
_decoder.reset(new FluxDecoder(_fmr, _sector->clock, _config));
120
}
121
122
nanoseconds_t Decoder::seekToPattern(const FluxMatcher& pattern)
123
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected