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

Method GetVisibility

Source/cmFileSet.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 std::string const& GetName() const { return this->Name; }
50 std::string const& GetType() const { return this->Type; }
51 cmFileSetVisibility GetVisibility() const { return this->Visibility; }
52
53 cmMakefile* GetMakefile() const { return this->Makefile; }
54

Callers 8

CreateIfAnyMethod · 0.80
ForTargetMethod · 0.80
HandleOneFileSetMethod · 0.80
DumpFileSetsMethod · 0.80
DumpFileSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected