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

Function GetGithubCredentials

cache/credentials_cache.go:126–128  ·  view source on GitHub ↗
(id uint)

Source from the content-addressed store, hash-verified

124}
125
126func GetGithubCredentials(id uint) (params.ForgeCredentials, bool) {
127 return credentialsCache.GetCredentials(id)
128}
129
130func DeleteGithubCredentials(id uint) {
131 credentialsCache.DeleteCredentials(id)

Callers 6

GetGithubCredentialsMethod · 0.92
GetEntityMethod · 0.85
GetAllEntitiesMethod · 0.85

Calls 1

GetCredentialsMethod · 0.65

Tested by 3