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

Method Sanitize

backend/plugins/feishu/models/connection.go:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (connection FeishuConnection) Sanitize() FeishuConnection {
82 connection.FeishuConn = connection.FeishuConn.Sanitize()
83 return connection
84}
85
86func (connection *FeishuConnection) MergeFromRequest(target *FeishuConnection, body map[string]interface{}) error {
87 secretKey := target.SecretKey

Callers 4

PostConnectionsFunction · 0.95
PatchConnectionFunction · 0.95
DeleteConnectionFunction · 0.95
GetConnectionFunction · 0.95

Calls 1

SanitizeMethod · 0.45

Tested by

no test coverage detected