| 230 | |
| 231 | |
| 232 | static 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 | |
| 239 | static void object_validate( OBJECT * obj ) |
no outgoing calls
no test coverage detected