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

Method DumpGlobsDependent

Source/cmFileAPICMakeFiles.cxx:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118Json::Value CMakeFiles::DumpGlobsDependent()
119{
120 Json::Value globsDependent = Json::arrayValue;
121 for (cmGlobCacheEntry const& entry :
122 this->FileAPI.GetCMakeInstance()->GetGlobCacheEntries()) {
123 globsDependent.append(this->DumpGlobDependent(entry));
124 }
125 return globsDependent;
126}
127
128Json::Value CMakeFiles::DumpGlobDependent(cmGlobCacheEntry const& entry)
129{

Callers 1

DumpMethod · 0.95

Calls 4

DumpGlobDependentMethod · 0.95
appendMethod · 0.80
GetGlobCacheEntriesMethod · 0.45
GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected