MCPcopy Create free account
hub / github.com/github/gh-aw / updateCompileUpdateCheckTime

Function updateCompileUpdateCheckTime

pkg/cli/compile_update_check.go:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273func updateCompileUpdateCheckTime() {
274 writeUpdateCheckTime(getCompileUpdateCheckFilePath(), constants.FilePermSensitive, "compile update check", compileUpdateCheckLog)
275}
276
277func isMinorVersionBehind(currentVersion string, latestVersion string) bool {
278 currentSV := semverutil.EnsureVPrefix(currentVersion)

Callers 1

StartCompileUpdateCheckFunction · 0.85

Calls 2

writeUpdateCheckTimeFunction · 0.85

Tested by

no test coverage detected