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

Method SetVersionUpdatedAt

cli/pkg/dotrill/dotrill.go:209–211  ·  view source on GitHub ↗
(updatedAt string)

Source from the content-addressed store, hash-verified

207}
208
209func (d DotRill) SetVersionUpdatedAt(updatedAt string) error {
210 return d.Set(StateFilename, LatestVersionCheckedAtStateKey, updatedAt)
211}
212
213func (d DotRill) GetVersionUpdatedAt() (string, error) {
214 return d.Get(StateFilename, LatestVersionCheckedAtStateKey)

Callers 1

LatestVersionMethod · 0.80

Calls 1

SetMethod · 0.95

Tested by

no test coverage detected