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

Function object_validate

v2/engine/object.c:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239static void object_validate( OBJECT * obj )
240{
241 assert( obj );
242 assert( object_get_item( obj )->header.magic == OBJECT_MAGIC );
243}
244
245
246/*

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