DemesneGH commented on code in PR #190: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/190#discussion_r2099841440
########## optee-utee/src/uuid.rs: ########## @@ -79,7 +79,12 @@ impl Uuid { )) } - /// Crates a raw TEE client uuid object with specified parameters. + /// Creates a `Uuid` from a raw `TEE_UUID` object. + // pub fn from_raw(raw: raw::TEE_UUID) -> Uuid { + // Self { raw } + // } Review Comment: All above comments are resolved. BTW forgot to delete these lines, will delete in next commit for adding review tags. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org