def _uniffi_check_api_checksums()

in confidence-shared/shared.py [0:0]


def _uniffi_check_api_checksums(lib):
    if lib.uniffi_confidence_shared_checksum_method_confidence_get_flag_string() != 21008:
        raise InternalError("UniFFI API checksum mismatch: try cleaning and rebuilding your project")
    if lib.uniffi_confidence_shared_checksum_constructor_confidence_new() != 14595:
        raise InternalError("UniFFI API checksum mismatch: try cleaning and rebuilding your project")