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

Function object_copy

src/engine/object.cpp:290–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 */
289
290OBJECT * object_copy( OBJECT * obj )
291{
292 object_validate( obj );
293#ifdef BJAM_NO_MEM_CACHE
294 return object_new( object_str( obj ) );
295#else
296 ++strcount_in;
297 return obj;
298#endif
299}
300
301
302/*

Callers 15

headersFunction · 0.85
headers1Function · 0.85
make_class_moduleFunction · 0.85
yyfparseFunction · 0.85
var_getFunction · 0.85
var_enterFunction · 0.85
list_copyFunction · 0.85
list_copy_rangeFunction · 0.85
list_reverseFunction · 0.85
list_uniqueFunction · 0.85
parse_makeFunction · 0.85
call_timing_ruleFunction · 0.85

Calls 3

object_validateFunction · 0.85
object_newFunction · 0.85
object_strFunction · 0.85

Tested by

no test coverage detected