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

Method AddBacktrace

Source/cmFileAPICodemodel.cxx:935–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void DirectoryObject::AddBacktrace(Json::Value& object,
936 cmListFileBacktrace const& bt)
937{
938 if (JBTIndex backtrace = this->Backtraces.Add(bt)) {
939 object["backtrace"] = backtrace.Index;
940 }
941}
942
943Json::Value DirectoryObject::DumpPaths()
944{

Callers 12

DumpInstallerMethod · 0.95
DumpMethod · 0.80
DumpSourceMethod · 0.80
DumpIncludeMethod · 0.80
DumpPrecompileHeaderMethod · 0.80
DumpDefineMethod · 0.80
DumpCommandFragmentMethod · 0.80
DumpDependencyMethod · 0.80
DumpLinkItemMethod · 0.80
DumpOrderDependenciesMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected