Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
419
func
getScopeResponse(scopeRaw
map
[string]any) ScopeResponse {
420
response := Cast[ScopeResponse](scopeRaw)
421
response.Scope = scopeRaw
422
return
response
423
}
Callers
2
ListScopes
Method · 0.85
GetScope
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected