Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ operator()
Method
operator()
Source/cmTarget.cxx:1392–1395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1390
}
1391
1392
bool operator()(cmSourceFileLocation& loc)
1393
{
1394
return loc.Matches(this->Needle);
1395
}
1396
};
1397
1398
struct TargetPropertyEntryFinder
Callers
nothing calls this directly
Calls
1
Matches
Method · 0.45
Tested by
no test coverage detected