MCPcopy Create free account
hub / github.com/cloudbase/garm / GetGithubToolsCache

Function GetGithubToolsCache

cache/tools_cache.go:117–119  ·  view source on GitHub ↗
(entityID string)

Source from the content-addressed store, hash-verified

115}
116
117func GetGithubToolsCache(entityID string) ([]commonParams.RunnerApplicationDownload, error) {
118 return githubToolsCache.Get(entityID)
119}
120
121func DeleteGithubToolsCache(entityID string) {
122 githubToolsCache.Delete(entityID)

Calls 1

GetMethod · 0.45