MCPcopy Create free account
hub / github.com/rilldata/rill / GetVersion

Method GetVersion

cli/pkg/dotrill/dotrill.go:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205func (d DotRill) GetVersion() (string, error) {
206 return d.Get(StateFilename, LatestVersionStateKey)
207}
208
209func (d DotRill) SetVersionUpdatedAt(updatedAt string) error {
210 return d.Set(StateFilename, LatestVersionCheckedAtStateKey, updatedAt)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected