Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
58
type
Updater
interface
{
59
IsUpToDate() (bool, error)
60
Upgrade() error
61
}
62
Callers
3
newVersionStatus
Function · 0.65
updateCLI
Function · 0.65
checkForUpdate
Function · 0.65
Implementers
2
CLI
cli/cli.go
fakeCLI
cmd/upgrade_test.go
Calls
no outgoing calls
Tested by
no test coverage detected