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

Method get

client/node/app.py:87–89  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

85 json.dump(self._data, f)
86
87 def get(self, key, default=None):
88 self._load_data()
89 return self._data.get(key, default)
90
91
92persist_data = PersistData()

Callers 15

check_tool_usableMethod · 0.45
runMethod · 0.45
_pre_analyzeMethod · 0.45
__init__Method · 0.45
load_source_dirMethod · 0.45
__retry_updateMethod · 0.45
downloadMethod · 0.45
filte_workerMethod · 0.45
_diff_filterMethod · 0.45
filte_workerMethod · 0.45

Calls 1

_load_dataMethod · 0.95

Tested by

no test coverage detected