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

Method FluxMatchers

lib/data/fluxpattern.cc:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83FluxMatchers::FluxMatchers(
84 const std::initializer_list<const FluxMatcher*> matchers):
85 _matchers(matchers)
86{
87 _intervals = 0;
88 for (const auto* matcher : matchers)
89 _intervals = std::max(_intervals, matcher->intervals());
90}
91
92bool FluxMatchers::matches(const unsigned* intervals, FluxMatch& match) const
93{

Callers

nothing calls this directly

Calls 1

intervalsMethod · 0.45

Tested by

no test coverage detected