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

Method remote_scopes

backend/python/pydevlake/pydevlake/ipc.py:112–114  ·  view source on GitHub ↗
(self, _, connection: dict, group_id: Optional[str] = None)

Source from the content-addressed store, hash-verified

110
111 @plugin_method
112 def remote_scopes(self, _, connection: dict, group_id: Optional[str] = None):
113 c = self._plugin.connection_type(**connection)
114 yield from self._plugin.make_remote_scopes(c, group_id)
115
116 def _mk_context(self, data: dict):
117 db_url = data['db_url']

Callers

nothing calls this directly

Calls 2

make_remote_scopesMethod · 0.80
connection_typeMethod · 0.45

Tested by

no test coverage detected