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

Function getScopeResponse

backend/test/helper/api.go:419–423  ·  view source on GitHub ↗
(scopeRaw map[string]any)

Source from the content-addressed store, hash-verified

417}
418
419func getScopeResponse(scopeRaw map[string]any) ScopeResponse {
420 response := Cast[ScopeResponse](scopeRaw)
421 response.Scope = scopeRaw
422 return response
423}

Callers 2

ListScopesMethod · 0.85
GetScopeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected