Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ begin
Method
begin
src/IECore/PathMatcher.cpp:500–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
}
499
500
PathMatcher::RawIterator PathMatcher::begin() const
501
{
502
return RawIterator( *this, false );
503
}
504
505
PathMatcher::RawIterator PathMatcher::end() const
506
{
Callers
11
operator ==
Method · 0.45
match
Method · 0.45
addPath
Method · 0.45
removePath
Method · 0.45
addPaths
Method · 0.45
intersection
Method · 0.45
prune
Method · 0.45
addPathsWalk
Method · 0.45
removePathsWalk
Method · 0.45
popHashNodes
Function · 0.45
murmurHashAppend
Method · 0.45
Calls
1
RawIterator
Class · 0.85
Tested by
no test coverage detected