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

Method GetVersionUpdatedAt

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

Source from the content-addressed store, hash-verified

211}
212
213func (d DotRill) GetVersionUpdatedAt() (string, error) {
214 return d.Get(StateFilename, LatestVersionCheckedAtStateKey)
215}
216
217// SetEnvToken backup the token for given env
218func (d DotRill) SetEnvToken(env, token string) error {

Callers 1

LatestVersionMethod · 0.80

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected