Skip to content

redplanet.user_config.get_enable_stream_hash_check

get_enable_stream_hash_check() -> bool

Get the current value of the flag that determines whether we verify the hash of a file at URL by streaming before fully downloading it.

Returns:

Type Description
bool
Source code in src/redplanet/user_config/stream_hash_check.py
def get_enable_stream_hash_check() -> bool:
    """
    Get the current value of the flag that determines whether we verify the hash of a file at URL by streaming before fully downloading it.

    Returns
    -------
    bool
    """
    return _enable_stream_hash_check