| 45 | } |
| 46 | |
| 47 | UUID ComponentData_Impl::uuid() const { |
| 48 | OptionalString os = getString(OS_ComponentDataFields::UUID); |
| 49 | OS_ASSERT(os); |
| 50 | return toUUID(*os); |
| 51 | } |
| 52 | |
| 53 | UUID ComponentData_Impl::versionUUID() const { |
| 54 | OptionalString os = getString(OS_ComponentDataFields::VersionUUID); |