Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/devlake
/ remote_scope_groups
Method
remote_scope_groups
backend/python/pydevlake/pydevlake/plugin.py:92–93 ·
view source on GitHub ↗
(self, connection: Connection)
Source
from the content-addressed store, hash-verified
90
91
@abstractmethod
92
def
remote_scope_groups(self, connection: Connection) -> list[msg.RemoteScopeGroup]:
93
pass
94
95
@property
96
def
streams(self) -> list[Union[Stream, Type[Stream]]]:
Callers
2
make_remote_scopes
Method · 0.95
assert_valid_remote_scope_groups
Function · 0.45
Calls
no outgoing calls
Tested by
1
assert_valid_remote_scope_groups
Function · 0.36