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

Function process_args

tools/ports/cocos2d.py:67–71  ·  view source on GitHub ↗
(ports)

Source from the content-addressed store, hash-verified

65
66
67def process_args(ports):
68 args = []
69 for include in make_includes(ports.get_include_dir('cocos2d')):
70 args += ['-isystem', include]
71 return args
72
73
74def show():

Callers

nothing calls this directly

Calls 2

make_includesFunction · 0.85
get_include_dirMethod · 0.80

Tested by

no test coverage detected