Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
368
static 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_get
Function · 0.85
var_set
Function · 0.85
var_swap
Function · 0.85
Calls
3
out_printf
Function · 0.85
object_str
Function · 0.85
list_print
Function · 0.85
Tested by
no test coverage detected