MCPcopy
hub / github.com/emscripten-core/emsdk / find_tool

Function find_tool

emsdk.py:2267–2268  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

2265# items are at the back of the list (ascending chronological order)
2266
2267def find_tool(name):
2268 return tools_map.get(name)
2269
2270
2271def find_sdk(name):

Callers 9

needs_compilationMethod · 0.85
is_installedMethod · 0.85
install_sdkMethod · 0.85
dependenciesMethod · 0.85
add_toolFunction · 0.85
dependencies_existFunction · 0.85
expand_category_paramFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected