IsFull checks whether all optional properties are contained in the bit map.
()
| 193 | |
| 194 | // IsFull checks whether all optional properties are contained in the bit map. |
| 195 | func (b OptionalEvalPropKeySet) IsFull() bool { |
| 196 | return b&allOptPropsMask == allOptPropsMask |
| 197 | } |
no outgoing calls