MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / update_report

Method update_report

client/task/sourcemgr.py:62–72  ·  view source on GitHub ↗

进度上报:更新代码 :return:

(self)

Source from the content-addressed store, hash-verified

60 Reporter(self.params).update_task_progress(InfoType.DataHandleCacheSource)
61
62 def update_report(self):
63 """
64 进度上报:更新代码
65 :return:
66 """
67 if self.task_type is CompileTask:
68 Reporter(self.params).update_task_progress(InfoType.CompileSourceUpdate)
69 elif self.task_type is AnalyzeTask:
70 Reporter(self.params).update_task_progress(InfoType.AnalyzeSourceUpdate)
71 elif self.task_type is DataHandleTask:
72 Reporter(self.params).update_task_progress(InfoType.DataHandleSourceUpdate)
73
74 def update_retry_report(self):
75 """

Callers 1

__retry_updateMethod · 0.80

Calls 2

ReporterClass · 0.90
update_task_progressMethod · 0.45

Tested by

no test coverage detected