db/fact_store_errors.ts view source
(err: unknown): boolean import {is_enospc_error} from '@fuzdev/fuz_app/db/fact_store_errors.js'; Whether a thrown value is a Node filesystem ENOSPC (no space left on
device). Used by the streaming disk write to translate the raw FS error
into a StorageFullError.
err
unknownreturns
boolean