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

Function target_name

src/engine/make.cpp:770–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768#ifdef OPT_GRAPH_DEBUG_EXT
769
770static char const * target_name( TARGET * t )
771{
772 static char buf[ 1000 ];
773 if ( t->flags & T_FLAG_INTERNAL )
774 {
775 sprintf( buf, "%s (internal node)", object_str( t->name ) );
776 return buf;
777 }
778 return object_str( t->name );
779}
780
781
782/*

Callers 1

dependGraphOutputFunction · 0.85

Calls 1

object_strFunction · 0.85

Tested by

no test coverage detected