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

Method delete

backend/python/pydevlake/pydevlake/subtasks.py:194–196  ·  view source on GitHub ↗
(self, session, ctx)

Source from the content-addressed store, hash-verified

192 session.merge(tool_model)
193
194 def delete(self, session, ctx):
195 model = self.stream.tool_model
196 session.execute(sql.delete(model).where(model.raw_data_params == self._params(ctx)))
197
198
199class Convertor(Subtask):

Callers

nothing calls this directly

Calls 3

executeMethod · 0.80
_paramsMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected