CBFS Storage 2020 Python Edition

Questions / Feedback?

is_corrupted Property

Whether the vault is corrupted.

Syntax

def get_is_corrupted() -> bool: ...

is_corrupted = property(get_is_corrupted, None)

Default Value

FALSE

Remarks

This property reflects whether the currently-open vault is corrupted, as indicated by the presence of the CBFSSTORAGE_ST_CORRUPTED flag in the vault_state property.

The CBFSSTORAGE_ST_CORRUPTED flag is set automatically anytime the class detects that a vault's integrity has been compromised. Calling the check_and_repair method for a corrupted vault will clear the flag.

This property is read-only.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Python Edition - Version 20.0 [Build 8031]