| 386 | TimeCode& SetNegative(bool Value = true) { Flags_.Negative(Value); return *this; } |
| 387 | bool IsNegative() const { return Flags_.IsNegative(); } |
| 388 | bool IsValid() const { return Flags_.IsValid(); } |
| 389 | bool IsUndefined() const { return Flags_.IsUndefined(); } |
| 390 | bool IsSet() const { return IsValid() && !IsUndefined(); } |
| 391 |
no outgoing calls
no test coverage detected