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

Method is_quick_scan

client/node/quicktask/quickscan.py:32–40  ·  view source on GitHub ↗

判断是否快速分析模式 :return:

()

Source from the content-addressed store, hash-verified

30class QuickScan(object):
31 @staticmethod
32 def is_quick_scan():
33 """
34 判断是否快速分析模式
35 :return:
36 """
37 if os.getenv("TCA_QUICK_SCAN") == "True":
38 return True
39 else:
40 return False
41
42 @staticmethod
43 def get_task_json_files(config_dir, languages):

Callers 6

runnerMethod · 0.80
update_task_progressMethod · 0.80
get_task_result_pathsMethod · 0.80
get_task_resultMethod · 0.80
upload_task_resultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected