Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
process
Method · 0.80
delete
Method · 0.80
fetch
Method · 0.80
fetch
Method · 0.80
delete
Method · 0.80
fetch
Method · 0.80
delete
Method · 0.80
Calls
1
raw_data_params
Function · 0.90
Tested by
no test coverage detected