Skip to main content

default_state_db_path

Function default_state_db_path 

Source
pub fn default_state_db_path() -> PathBuf
Expand description

Resolve the default SQLite state path without opening or creating it.

An explicit CODEWHALE_HOME always yields <override>/state.db and blocks ambient legacy fallback. Without an override, an existing legacy database remains readable until it is migrated.