Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
def
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
74
def
show():
Callers
nothing calls this directly
Calls
2
make_includes
Function · 0.85
get_include_dir
Method · 0.80
Tested by
no test coverage detected