Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
persist_data = PersistData()
Callers
15
check_tool_usable
Method · 0.45
run
Method · 0.45
_pre_analyze
Method · 0.45
__init__
Method · 0.45
load_source_dir
Method · 0.45
__retry_update
Method · 0.45
download
Method · 0.45
set_no_branch_diff_skip
Method · 0.45
filte_worker
Method · 0.45
_diff_filter
Method · 0.45
filte_worker
Method · 0.45
__no_version_filter_callback__
Method · 0.45
Calls
1
_load_data
Method · 0.95
Tested by
no test coverage detected