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

Method _pre_result

client/task/sourcemgr.py:179–189  ·  view source on GitHub ↗

结果处理前,不用做任何资源处理 :return:

(self)

Source from the content-addressed store, hash-verified

177 return self.params
178
179 def _pre_result(self):
180 """
181 结果处理前,不用做任何资源处理
182 :return:
183 """
184 if self.have_last:
185 pass
186 else:
187 # 复用本地缓存或重新拉取代码
188 self.src_loader.load_source_dir()
189 return self.params
190
191 def _done_compile(self, result):
192 """

Callers 1

pre_taskMethod · 0.95

Calls 1

load_source_dirMethod · 0.80

Tested by

no test coverage detected