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

Function PutScopes

backend/plugins/testmo/api/scope.go:37–39  ·  view source on GitHub ↗
(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

35}
36
37func PutScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
38 return dsHelper.ScopeApi.PutMultiple(input)
39}
40
41func DeleteScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
42 return dsHelper.ScopeApi.Delete(input)

Callers

nothing calls this directly

Calls 1

PutMultipleMethod · 0.80

Tested by

no test coverage detected