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

Method Sanitize

backend/plugins/argocd/models/connection.go:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (conn *ArgocdConn) Sanitize() ArgocdConn {
31 conn.Token = utils.SanitizeString(conn.Token)
32 return *conn
33}
34
35type ArgocdConnection struct {
36 api.BaseConnection `mapstructure:",squash"`

Callers 3

InitFunction · 0.45
testConnectionFunction · 0.45
SanitizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected