Represents a collection of 64 boolean (on/off) flags. Individual flags are represented by powers of 2. For example, Flag 1 = 1 Flag 2 = 2 Flag 3 = 4 Flag 4 = 8 or using shift operator to make numbering easier: Flag 1 = 1 << 0 Flag 2 = 1 << 1 Flag 3 =
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…