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

Method IsValid

Source/cmNewLineStyle.cxx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7cmNewLineStyle::cmNewLineStyle() = default;
8
9bool cmNewLineStyle::IsValid() const
10{
11 return this->NewLineStyle != Invalid;
12}
13
14bool cmNewLineStyle::ReadFromArguments(std::vector<std::string> const& args,
15 std::string& errorString)

Callers 15

ListFileScopeMethod · 0.45
DeferCallScopeMethod · 0.45
PushFunctionScopeMethod · 0.45
PushMacroScopeMethod · 0.45
IsRootMakefileMethod · 0.45
ConfigureFileMethod · 0.45
FormatListFileStackMethod · 0.45
PopSnapshotMethod · 0.45
GenerateMethod · 0.45
AddExtraTargetsMethod · 0.45
IsExcludedMethod · 0.45
FillProjectMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected