Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ DeleteGithubCredentials
Function
DeleteGithubCredentials
cache/credentials_cache.go:130–132 ·
view source on GitHub ↗
(id uint)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
DeleteGithubCredentials(id uint) {
131
credentialsCache.DeleteCredentials(id)
132
}
133
134
func
GetAllGithubCredentials() []params.ForgeCredentials {
135
return
credentialsCache.GetAllCredentials()
Callers
2
handleCredentialsEvent
Method · 0.92
TestDeleteGithubCredentials
Method · 0.85
Calls
1
DeleteCredentials
Method · 0.65
Tested by
1
TestDeleteGithubCredentials
Method · 0.68