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

Function make_call_args

tools/webidl_binder.py:561–564  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

559 c_names = {}
560
561 def make_call_args(i):
562 if pre_arg:
563 i += 1
564 return ', '.join(call_args[:i])
565
566 for i in range(min_args, max_args):
567 c_names[i] = f'emscripten_bind_{bindings_name}_{i}'

Callers 1

render_functionFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected