MCPcopy Create free account
hub / github.com/exercism/cli / IsUpToDate

Method IsUpToDate

cli/cli.go:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57// Updater is a simple upgradable file interface.
58type Updater interface {
59 IsUpToDate() (bool, error)
60 Upgrade() error
61}
62

Callers 3

newVersionStatusFunction · 0.65
updateCLIFunction · 0.65
checkForUpdateFunction · 0.65

Implementers 2

CLIcli/cli.go
fakeCLIcmd/upgrade_test.go

Calls

no outgoing calls

Tested by

no test coverage detected