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

Function DeleteGithubToolsCache

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

Source from the content-addressed store, hash-verified

119}
120
121func DeleteGithubToolsCache(entityID string) {
122 githubToolsCache.Delete(entityID)
123}
124
125func SetGithubToolsCacheError(entity params.ForgeEntity, err error) {
126 githubToolsCache.SetToolsError(entity, err)

Callers 1

handleEntityEventMethod · 0.92

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected