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

Method _done_result

client/task/sourcemgr.py:235–241  ·  view source on GitHub ↗

把结果信息拿出来上报即可,其他的去掉 :param result: :return:

(self, result)

Source from the content-addressed store, hash-verified

233 return self.params
234
235 def _done_result(self, result):
236 """
237 把结果信息拿出来上报即可,其他的去掉
238 :param result:
239 :return:
240 """
241 return result
242
243
244class SourceDirLoader(object):

Callers 1

done_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected