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

Function substitute_response_files

tools/response_file.py:114–119  ·  view source on GitHub ↗

Substitute any response files found in args with their contents.

(args)

Source from the content-addressed store, hash-verified

112
113
114def substitute_response_files(args):
115 """Substitute any response files found in args with their contents."""
116 new_args = []
117 for arg in args:
118 new_args += expand_response_file(arg)
119 return new_args

Callers 3

mainFunction · 0.90
mainFunction · 0.90
expand_response_fileFunction · 0.85

Calls 1

expand_response_fileFunction · 0.85

Tested by

no test coverage detected