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

Method _params

backend/python/pydevlake/pydevlake/subtasks.py:129–130  ·  view source on GitHub ↗
(self, ctx: Context)

Source from the content-addressed store, hash-verified

127 return {}
128
129 def _params(self, ctx: Context) -> str:
130 return raw_data_params(ctx.connection.id, ctx.scope.id)
131
132 @abstractmethod
133 def delete(self, session, ctx):

Callers 7

processMethod · 0.80
deleteMethod · 0.80
fetchMethod · 0.80
fetchMethod · 0.80
deleteMethod · 0.80
fetchMethod · 0.80
deleteMethod · 0.80

Calls 1

raw_data_paramsFunction · 0.90

Tested by

no test coverage detected