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

Method inc_src_exist

client/task/basic/incsourcemgr.py:32–41  ·  view source on GitHub ↗

判断增量资源是否存在 :return:

(self)

Source from the content-addressed store, hash-verified

30 pass
31
32 def inc_src_exist(self):
33 '''
34 判断增量资源是否存在
35 :return:
36 '''
37 if self.local_cache.exist_cache:
38 return True
39 if self.remote_cache.exist_cache:
40 return True
41 return False
42
43 def get_src_info(self):
44 '''

Callers 1

__checkout_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected