| 218 | } |
| 219 | |
| 220 | bool IsNull() const noexcept { return Interface().Addr() == nullptr; } |
| 221 | explicit operator bool() const noexcept { return !IsNull(); } |
| 222 | |
| 223 | void Serialize(cmSbomSerializer& os) const { Interface().SerializeImpl(os); } |
no test coverage detected