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