Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
func
(apiKey *ApiKey) RemoveHashedApiKey() {
43
apiKey.ApiKey =
""
44
}
45
46
type
ApiInputApiKey
struct
{
47
Name string `json:
"name"
validate:
"required,max=255"
`
Callers
2
GetApiKeys
Function · 0.80
formatConnection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected