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

Function var_dump

v2/engine/variable.c:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 */
319
320static void var_dump( OBJECT * symbol, LIST * value, char * what )
321{
322 printf( "%s %s = ", what, object_str( symbol ) );
323 list_print( value );
324 printf( "\n" );
325}
326
327
328/*

Callers 3

var_getFunction · 0.85
var_setFunction · 0.85
var_swapFunction · 0.85

Calls 2

object_strFunction · 0.85
list_printFunction · 0.85

Tested by

no test coverage detected