MCPcopy Index your code
hub / github.com/apache/devlake / RemoveHashedApiKey

Method RemoveHashedApiKey

backend/core/models/api_key.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (apiKey *ApiKey) RemoveHashedApiKey() {
43 apiKey.ApiKey = ""
44}
45
46type ApiInputApiKey struct {
47 Name string `json:"name" validate:"required,max=255"`

Callers 2

GetApiKeysFunction · 0.80
formatConnectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected