MCPcopy
hub / github.com/apache/devlake / Sanitize

Method Sanitize

backend/plugins/slack/models/connection.go:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (connection SlackConnection) Sanitize() SlackConnection {
47 connection.SlackConn = connection.SlackConn.Sanitize()
48 return connection
49}
50
51func (connection *SlackConnection) MergeFromRequest(target *SlackConnection, body map[string]interface{}) error {
52 token := target.Token

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