MCPcopy Create free account
hub / github.com/boostorg/build / argument_list_compiler_free

Function argument_list_compiler_free

src/engine/function.cpp:3576–3579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3574}
3575
3576static void argument_list_compiler_free( struct argument_list_compiler * c )
3577{
3578 dynamic_array_free( c->args );
3579}
3580
3581static void argument_list_compiler_add( struct argument_list_compiler * c,
3582 PARSE * parse )

Callers 3

arg_list_compileFunction · 0.85
arg_list_compile_builtinFunction · 0.85
arg_list_compile_pythonFunction · 0.85

Calls 1

dynamic_array_freeFunction · 0.85

Tested by

no test coverage detected