NoSave
is an option of CheckDB
. If set to
True
, no results will ever be saved to disk. It is there to
allow evaluating notebooks using CheckDB
without having to
worry about overwriting old results
(SetOptions[CheckDB,NoSave->True]
). Default value:
False
.