* Returns the id for the given instance. * @param h Handle to hb_handle_t * @returns The ID for the given instance */
| 2373 | * @returns The ID for the given instance |
| 2374 | */ |
| 2375 | int hb_get_instance_id( hb_handle_t * h ) |
| 2376 | { |
| 2377 | return h->id; |
| 2378 | } |
| 2379 | |
| 2380 | /** |
| 2381 | * Sets the current state. |
no outgoing calls
no test coverage detected