Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ get_tool_config_url
Method
get_tool_config_url
client/node/toolloader/loadconfig.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self._tool_config_dir_path = os.path.join(settings.TOOL_BASE_DIR, self._tool_config_dir_name)
37
38
def
get_tool_config_url(self):
39
return
self._url
40
41
def
get_tool_config_dir_name(self):
42
return
self._tool_config_dir_name
Callers
1
load_tool_config
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected