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

Method SetBacktrace

Source/cmCustomCommand.cxx:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void cmCustomCommand::SetBacktrace(cmListFileBacktrace lfbt)
128{
129 this->Backtrace = std::move(lfbt);
130}
131
132cmImplicitDependsList const& cmCustomCommand::GetImplicitDepends() const
133{

Callers 11

AddUtilityCommandMethod · 0.45
CreateCustomCommandsMethod · 0.45
operator()Method · 0.45
AddUtilityCommandMethod · 0.45
InitAutogenTargetMethod · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected