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

Method IsLoopBlock

Source/cmMakefile.cxx:2950–2954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2948}
2949
2950bool cmMakefile::IsLoopBlock() const
2951{
2952 assert(!this->LoopBlockCounter.empty());
2953 return !this->LoopBlockCounter.empty() && this->LoopBlockCounter.top() > 0;
2954}
2955
2956bool cmMakefile::ExpandArguments(std::vector<cmListFileArgument> const& inArgs,
2957 std::vector<std::string>& outArgs) const

Callers 2

cmBreakCommandFunction · 0.80
cmContinueCommandFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected