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

Function PutScope

backend/plugins/taiga/api/scope_api.go:30–32  ·  view source on GitHub ↗
(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

28type ScopeDetail api.ScopeDetail[models.TaigaProject, models.TaigaScopeConfig]
29
30func PutScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
31 return dsHelper.ScopeApi.PutMultiple(input)
32}
33
34func UpdateScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
35 return dsHelper.ScopeApi.Patch(input)

Callers

nothing calls this directly

Calls 1

PutMultipleMethod · 0.80

Tested by

no test coverage detected