Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsPchSource
Method
IsPchSource
Source/cmSourceFile.cxx:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool cmSourceFile::IsPchSource() const
43
{
44
return this->SpecialSource == SpecialSourceType::PchSource;
45
}
46
47
std::string const& cmSourceFile::GetExtension() const
48
{
Callers
1
GetObjectFileNameWithoutTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected