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

Function target_name

v2/engine/make.c:764–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762#ifdef OPT_GRAPH_DEBUG_EXT
763
764static char const * target_name( TARGET * t )
765{
766 static char buf[ 1000 ];
767 if ( t->flags & T_FLAG_INTERNAL )
768 {
769 sprintf( buf, "%s (internal node)", object_str( t->name ) );
770 return buf;
771 }
772 return object_str( t->name );
773}
774
775
776/*

Callers 1

dependGraphOutputFunction · 0.85

Calls 1

object_strFunction · 0.85

Tested by

no test coverage detected