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

Function getLastCheckFilePath

pkg/cli/update_check.go:86–88  ·  view source on GitHub ↗

getLastCheckFilePath returns the path to the last check timestamp file

()

Source from the content-addressed store, hash-verified

84
85// getLastCheckFilePath returns the path to the last check timestamp file
86func getLastCheckFilePath() string {
87 return getLastCheckFilePathFunc()
88}
89
90// getLastCheckFilePathImpl is the actual implementation
91func getLastCheckFilePathImpl() string {

Callers 3

TestGetLastCheckFilePathFunction · 0.85
shouldCheckForUpdateFunction · 0.85
updateLastCheckTimeFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGetLastCheckFilePathFunction · 0.68