MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / find_tools

Function find_tools

emsdk.py:3190–3198  ·  view source on GitHub ↗
(needs_compilation)

Source from the content-addressed store, hash-verified

3188
3189 if tools:
3190 def find_tools(needs_compilation):
3191 t = []
3192 for tool in tools:
3193 if tool.is_old and not arg_old:
3194 continue
3195 if tool.needs_compilation() != needs_compilation:
3196 continue
3197 t += [tool]
3198 return t
3199
3200 def print_tools(t):
3201 for tool in t:

Callers 1

mainFunction · 0.85

Calls 1

needs_compilationMethod · 0.80

Tested by

no test coverage detected