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

Method seekToPattern

lib/data/fluxmapreader.cc:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126nanoseconds_t FluxmapReader::seekToPattern(const FluxMatcher& pattern)
127{
128 const FluxMatcher* unused;
129 return seekToPattern(pattern, unused);
130}
131
132nanoseconds_t FluxmapReader::seekToPattern(
133 const FluxMatcher& pattern, const FluxMatcher*& matching)

Callers

nothing calls this directly

Calls 3

matchesMethod · 0.80
intervalsMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected