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

Method GetCachePath

pkg/workflow/action_cache.go:577–579  ·  view source on GitHub ↗

GetCachePath returns the path to the cache file

()

Source from the content-addressed store, hash-verified

575
576// GetCachePath returns the path to the cache file
577func (c *ActionCache) GetCachePath() string {
578 return c.path
579}
580
581// deduplicateEntries removes duplicate entries by keeping only the most precise version reference
582// for each repo+SHA combination. For example, if both "actions/cache@v4" and "actions/cache@v4.3.0"

Callers 3

TestActionCacheDirtyFlagFunction · 0.95
saveActionCacheFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestActionCacheDirtyFlagFunction · 0.76