MCPcopy Create free account
hub / github.com/apache/devlake / Sanitize

Method Sanitize

backend/plugins/ae/models/connection.go:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (connection AeConnection) Sanitize() AeConnection {
69 connection.AeAppKey.SecretKey = utils.SanitizeString(connection.AeAppKey.SecretKey)
70 return connection
71}
72
73func (connection *AeConnection) MergeFromRequest(target *AeConnection, body map[string]interface{}) error {
74 secretKey := target.SecretKey

Callers 5

PostConnectionsFunction · 0.95
GetConnectionFunction · 0.95
PatchConnectionFunction · 0.95
DeleteConnectionFunction · 0.95
ListConnectionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected