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

Method set_mid_source_path_list

client/task/toolmodel.py:156–163  ·  view source on GitHub ↗

区别于增量资源的管理,编译与分析task之间的数据传递也需要控制 例如:编译后传递的是idir中的中间文件,但不排除某些工具需要编译过后的项目代码文件 因此这里暂时默认将workdir作为需要传递的中间文件 :return:

(self)

Source from the content-addressed store, hash-verified

154 raise NotImplementedError
155
156 def set_mid_source_path_list(self):
157 '''
158 区别于增量资源的管理,编译与分析task之间的数据传递也需要控制
159 例如:编译后传递的是idir中的中间文件,但不排除某些工具需要编译过后的项目代码文件
160 因此这里暂时默认将workdir作为需要传递的中间文件
161 :return:
162 '''
163 return ['work_dir']
164
165 def set_add_file_info(self):
166 """

Callers 1

_done_compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected