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

Method IsFunctionBlocked

Source/cmMakefile.cxx:2882–2891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2880}
2881
2882bool cmMakefile::IsFunctionBlocked(cmListFileFunction const& lff,
2883 cmExecutionStatus& status)
2884{
2885 // if there are no blockers get out of here
2886 if (this->FunctionBlockers.empty()) {
2887 return false;
2888 }
2889
2890 return this->FunctionBlockers.top()->IsFunctionBlocked(lff, status);
2891}
2892
2893void cmMakefile::PushFunctionBlockerBarrier()
2894{

Callers 1

ExecuteCommandMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected