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

Function object_validate

src/engine/object.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278
279static void object_validate( OBJECT * obj )
280{
281 assert( obj );
282 assert( object_get_item( obj )->header.magic == OBJECT_MAGIC );
283}
284
285
286/*

Callers 5

object_copyFunction · 0.85
object_freeFunction · 0.85
object_strFunction · 0.85
object_equalFunction · 0.85
object_hashFunction · 0.85

Calls 1

object_get_itemFunction · 0.85

Tested by

no test coverage detected