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

Function object_get_item

v2/engine/object.c:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232static struct hash_item * object_get_item( OBJECT * obj )
233{
234 return (struct hash_item *)( (char *)obj - offsetof( struct hash_item, data
235 ) );
236}
237
238
239static void object_validate( OBJECT * obj )

Callers 3

object_validateFunction · 0.85
object_freeFunction · 0.85
object_hashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected