Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ CancelBackup
Method
CancelBackup
internal/buffer/backup.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(b *SharedBuffer) CancelBackup() {
60
backupRequestChan <- backupRequest{buf: b, reqType: backupRemove}
61
}
62
63
func
handleBackupRequest(br backupRequest) {
64
switch
br.reqType {
Callers
2
setModified
Method · 0.95
Fini
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected