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

Function GetScopeList

backend/plugins/asana/api/scope_api.go:38–40  ·  view source on GitHub ↗
(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

36}
37
38func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
39 return dsHelper.ScopeApi.GetPage(input)
40}
41
42func GetScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
43 return dsHelper.ScopeApi.GetScopeDetail(input)

Callers

nothing calls this directly

Calls 1

GetPageMethod · 0.45

Tested by

no test coverage detected