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

Method GetDirectoryIndex

Source/cmFileAPICodemodel.cxx:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674Json::ArrayIndex CodemodelConfig::GetDirectoryIndex(cmLocalGenerator const* lg)
675{
676 return this->GetDirectoryIndex(
677 lg->GetStateSnapshot().GetBuildsystemDirectory());
678}
679
680Json::ArrayIndex CodemodelConfig::GetDirectoryIndex(cmStateSnapshot s)
681{

Callers 4

ProcessDirectoriesMethod · 0.95
AddProjectMethod · 0.95
DumpTargetMethod · 0.95
DumpDirectoryMethod · 0.95

Calls 4

GetStateSnapshotMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected