MCPcopy Create free account
hub / github.com/Kitware/CMake / Matches

Method Matches

Source/cmSourceFile.cxx:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296bool cmSourceFile::Matches(cmSourceFileLocation const& loc)
297{
298 return this->Location.Matches(loc);
299}
300
301void cmSourceFile::SetProperty(std::string const& prop, cmValue value)
302{

Callers 2

GetSourceMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected