Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dyad-sh/dyad
/ BackupManagerOptions
Interface
BackupManagerOptions
src/backup_manager.ts:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
const
MAX_BACKUPS = 3;
12
13
interface
BackupManagerOptions {
14
settingsFile: string;
15
dbFile: string;
16
}
17
18
interface
BackupMetadata {
19
version: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected