* Returns the UUID through the provided object. * @param uuid uuid struct to which we will copy the memory * @return success of request */
| 253 | * @return success of request |
| 254 | */ |
| 255 | utils::Identifier getUUID() const { |
| 256 | return processor_->getUUID(); |
| 257 | } |
| 258 | |
| 259 | /** |
| 260 | * Return the UUID string |
no outgoing calls
no test coverage detected