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

Function add_module_name

v2/engine/modules.c:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304static void add_module_name( void * r_, void * result_ )
305{
306 OBJECT * * const r = (OBJECT * *)r_;
307 LIST * * const result = (LIST * *)result_;
308 *result = list_push_back( *result, object_copy( *r ) );
309}
310
311
312LIST * imported_modules( module_t * module )

Callers

nothing calls this directly

Calls 2

list_push_backFunction · 0.85
object_copyFunction · 0.85

Tested by

no test coverage detected