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

Method set_no_branch_diff_skip

client/task/toolmodel.py:181–187  ·  view source on GitHub ↗

与对比分支无差异时,是否跳过。 适用场景:codelint类型工具跳过;codemetric类型工具不跳过。 :return:

(self, params)

Source from the content-addressed store, hash-verified

179 return False
180
181 def set_no_branch_diff_skip(self, params):
182 '''
183 与对比分支无差异时,是否跳过。
184 适用场景:codelint类型工具跳过;codemetric类型工具不跳过。
185 :return:
186 '''
187 return False
188
189 def set_add_person_info(self):
190 """

Callers 2

runnerMethod · 0.45
runnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected