Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
private:
42
std::vector<unsigned> _intervals;
Callers
2
seekToPattern
Method · 0.45
FluxMatchers
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected