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

Method _raw_scope_table_name

backend/python/pydevlake/pydevlake/plugin.py:164–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 ]
163
164 def _raw_scope_table_name(self) -> str:
165 return f"_raw_{self.name}_scopes"
166
167 def extra_stages(self, scope_config_pairs: list[ScopeConfigPair],
168 connection: Connection) -> list[list[msg.PipelineTask]]:

Callers 2

make_remote_scopesMethod · 0.95
make_pipelineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected