()
| 89 | } |
| 90 | |
| 91 | func (b *SharedBuffer) keepBackup() bool { |
| 92 | return b.forceKeepBackup || b.Settings["permbackup"].(bool) |
| 93 | } |
| 94 | |
| 95 | func (b *SharedBuffer) writeBackup(path string) (string, string, error) { |
| 96 | backupdir := b.backupDir() |
no outgoing calls
no test coverage detected