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

Method insert_cache

client/task/basic/cachebase.py:20–26  ·  view source on GitHub ↗

插入缓存路径集 :param path_dict: 格式自拟,反正是工具自己用 :return:

(self, path_dict)

Source from the content-addressed store, hash-verified

18 self.src_type = src_type
19
20 def insert_cache(self, path_dict):
21 '''
22 插入缓存路径集
23 :param path_dict: 格式自拟,反正是工具自己用
24 :return:
25 '''
26 raise NotImplementedError()

Callers 1

insert_src_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected