MCPcopy
hub / github.com/jesseduffield/lazygit / Update

Method Update

pkg/updates/updates.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33type Updaterer interface {
34 CheckForNewUpdate()
35 Update()
36}
37
38// NewUpdater creates a new updater

Callers 5

filterWithStringMethod · 0.65
handleTestModeMethod · 0.65
onUIThreadMethod · 0.65
updateMethod · 0.65
startUpdatingMethod · 0.65

Implementers 1

Updaterpkg/updates/updates.go

Calls

no outgoing calls

Tested by

no test coverage detected