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

Function cmFileSetVisibilityIsForInterface

Source/cmFileSet.cxx:74–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool cmFileSetVisibilityIsForInterface(cmFileSetVisibility vis)
75{
76 switch (vis) {
77 case cmFileSetVisibility::Interface:
78 case cmFileSetVisibility::Public:
79 return true;
80 case cmFileSetVisibility::Private:
81 return false;
82 }
83 return false;
84}
85
86bool cmFileSetTypeCanBeIncluded(std::string const& type)
87{

Callers 6

ForTargetMethod · 0.85
AddFileSetMethod · 0.85
WriteDyndepMetadataMethod · 0.85
IsObjectPrivateMethod · 0.85
HandleOneFileSetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…