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

Method intervals

lib/data/fluxpattern.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool matches(const unsigned* intervals, FluxMatch& match) const override;
35
36 unsigned intervals() const override
37 {
38 return _intervals.size();
39 }
40
41private:
42 std::vector<unsigned> _intervals;

Callers 2

seekToPatternMethod · 0.45
FluxMatchersMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected