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

Function get_help

embuilder.py:146–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def get_help():
147 all_tasks = get_all_tasks()
148 all_tasks.sort()
149 return '''
150Available targets:
151
152 build / clear
153 %s
154
155Issuing 'embuilder build ALL' causes each task to be built.
156''' % '\n '.join(all_tasks)
157
158
159@contextmanager

Callers 1

mainFunction · 0.85

Calls 2

get_all_tasksFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected