MCPcopy Create free account
hub / github.com/emscripten-core/emsdk / currently_active_tools

Function currently_active_tools

emsdk.py:2663–2668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2661
2662
2663def currently_active_tools():
2664 active_tools = []
2665 for tool in tools:
2666 if tool.is_active():
2667 active_tools += [tool]
2668 return active_tools
2669
2670
2671# http://stackoverflow.com/questions/480214/how-do-you-remove-duplicates-from-a-list-in-python-whilst-preserving-order

Callers 1

mainFunction · 0.85

Calls 1

is_activeMethod · 0.80

Tested by

no test coverage detected