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

Function object_get_item

src/engine/object.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270#ifndef object_copy
271
272static struct hash_item * object_get_item( OBJECT * obj )
273{
274 return (struct hash_item *)( (char *)obj - offsetof( struct hash_item, data
275 ) );
276}
277
278
279static 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