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

Method insert_src_info

client/task/basic/incsourcemgr.py:54–62  ·  view source on GitHub ↗

插入增量资源 :param path_dict: :return:

(self, path_dict)

Source from the content-addressed store, hash-verified

52 raise SourceMgrError('the IncSourceMgr error %s : %s' % (self.scm_url, self.type))
53
54 def insert_src_info(self, path_dict):
55 '''
56 插入增量资源
57 :param path_dict:
58 :return:
59 '''
60 if path_dict:
61 self.remote_cache.insert_cache(path_dict)
62 self.local_cache.insert_cache(path_dict)
63

Callers 2

_done_compileMethod · 0.80
_done_analyzeMethod · 0.80

Calls 1

insert_cacheMethod · 0.45

Tested by

no test coverage detected