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

Method seekToPattern

lib/decoders/decoders.cc:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122nanoseconds_t Decoder::seekToPattern(const FluxMatcher& pattern)
123{
124 nanoseconds_t clock = _fmr->seekToPattern(pattern);
125 _decoder.reset(new FluxDecoder(_fmr, clock, _config));
126 return clock;
127}
128
129void Decoder::seekToIndexMark()
130{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected