Compute the CRC32 checksum of a string and return it as a hexadecimal string. Args: string (str): The string to compute the checksum of. Returns: str: The hexadecimal representation of the CRC32 checksum.
(string)
source not stored for this graph (policy: none)
no test coverage detected