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

Method checkout_report

client/task/sourcemgr.py:86–96  ·  view source on GitHub ↗

进度上报:拉取代码 :return:

(self)

Source from the content-addressed store, hash-verified

84 Reporter(self.params).update_task_progress(InfoType.DataHandleSourceReLoad)
85
86 def checkout_report(self):
87 """
88 进度上报:拉取代码
89 :return:
90 """
91 if self.task_type is CompileTask:
92 Reporter(self.params).update_task_progress(InfoType.CompileSourceCheckout)
93 elif self.task_type is AnalyzeTask:
94 Reporter(self.params).update_task_progress(InfoType.AnalyzeSourceCheckout)
95 elif self.task_type is DataHandleTask:
96 Reporter(self.params).update_task_progress(InfoType.DataHandleSourceCheckout)
97
98
99class SourceManager(object):

Callers 1

__retry_checkoutMethod · 0.80

Calls 2

ReporterClass · 0.90
update_task_progressMethod · 0.45

Tested by

no test coverage detected