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

Class MatchProperties

Source/cmFileCopier.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 // Properties set by pattern and regex match rules.
42 struct MatchProperties
43 {
44 bool Exclude = false;
45 mode_t Permissions = 0;
46 };
47 struct MatchRule
48 {
49 cmsys::RegularExpression Regex;

Callers 1

InstallMethod · 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…