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

Function var_dump

src/engine/variable.cpp:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 */
367
368static void var_dump( OBJECT * symbol, LIST * value, const char * what )
369{
370 out_printf( "%s %s = ", what, object_str( symbol ) );
371 list_print( value );
372 out_printf( "\n" );
373}
374
375
376/*

Callers 3

var_getFunction · 0.85
var_setFunction · 0.85
var_swapFunction · 0.85

Calls 3

out_printfFunction · 0.85
object_strFunction · 0.85
list_printFunction · 0.85

Tested by

no test coverage detected