MCPcopy 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
117void Decoder::resetFluxDecoder()
118{
119 _decoder.reset(new FluxDecoder(_fmr, _sector->clock, _config));
120}
121
122nanoseconds_t Decoder::seekToPattern(const FluxMatcher& pattern)
123{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected