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

Function builtin_imported_modules

v2/engine/builtins.c:1491–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489
1490
1491LIST * builtin_imported_modules( FRAME * frame, int flags )
1492{
1493 LIST * const arg0 = lol_get( frame->args, 0 );
1494 OBJECT * const module = list_empty( arg0 ) ? 0 : list_front( arg0 );
1495 return imported_modules( bindmodule( module ) );
1496}
1497
1498
1499LIST * builtin_instance( FRAME * frame, int flags )

Callers

nothing calls this directly

Calls 3

lol_getFunction · 0.85
imported_modulesFunction · 0.85
bindmoduleFunction · 0.85

Tested by

no test coverage detected