MCPcopy
hub / github.com/kopia/kopia / removeUpdateState

Method removeUpdateState

cli/update_check.go:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (c *App) removeUpdateState() {
67 os.Remove(c.updateStateFilename()) //nolint:errcheck
68}
69
70// getUpdateState reads the update state file if available.
71func (c *App) getUpdateState() (*updateState, error) {

Callers 1

Calls 2

updateStateFilenameMethod · 0.95
RemoveMethod · 0.65

Tested by

no test coverage detected