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

Method set_inc_source_path_list

client/task/toolmodel.py:108–115  ·  view source on GitHub ↗

用于设置该工具使用增量资源的缓存目录 默认只增量缓存'source_dir' 部分工具会需要缓存'source_dir','work_dir' :return: 需要缓存的目录名

(self)

Source from the content-addressed store, hash-verified

106 return NORMAL_SUBMODULE_HANDLE
107
108 def set_inc_source_path_list(self):
109 '''
110 用于设置该工具使用增量资源的缓存目录
111 默认只增量缓存'source_dir'
112 部分工具会需要缓存'source_dir','work_dir'
113 :return: 需要缓存的目录名
114 '''
115 return ['source_dir'] # 考虑试用setting里面的字段
116
117 def set_inc_source_type(self):
118 '''

Callers 2

_done_compileMethod · 0.80
_done_analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected