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

Method Empty

Source/cmInstallRuntimeDependencySet.h:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 Item* GetBundleExecutable() const { return this->BundleExecutable; }
147
148 bool Empty() const
149 {
150 return this->Executables.empty() && this->Libraries.empty() &&
151 this->Modules.empty();
152 }
153
154private:
155 std::string Name;

Callers 15

ConfigureStringMethod · 0.80
~FindPackageStackRAIIMethod · 0.80
VerifyLinkItemColonsMethod · 0.80
HandleTargetsModeFunction · 0.80
WriteBacktraceMethod · 0.80
AddTargetNamespaceMethod · 0.80
NoteLinkedTargetMethod · 0.80
NoteLinkedTargetMethod · 0.80
PrintCallStackFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 3

AddMethod · 0.64
DumpCTestInfoFunction · 0.64