| 270 | #ifndef object_copy |
| 271 | |
| 272 | static 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 | |
| 279 | static void object_validate( OBJECT * obj ) |
no outgoing calls
no test coverage detected