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

Function getCompileUpdateCheckFilePath

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

Source from the content-addressed store, hash-verified

263}
264
265func getCompileUpdateCheckFilePath() string {
266 return getCompileUpdateCheckFilePathFunc()
267}
268
269func getCompileUpdateCheckFilePathImpl() string {
270 return getUpdateCheckFilePathFor(compileUpdateCheckFileName, compileUpdateCheckLog)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected