* @brief hdb_handle_create * @param handle_database * @param instance_size * @param handle_id_out * @return */
| 125 | * @return |
| 126 | */ |
| 127 | static inline int hdb_handle_create ( |
| 128 | struct hdb_handle_database *handle_database, |
| 129 | int instance_size, |
| 130 | hdb_handle_t *handle_id_out) |
| 131 | { |
| 132 | return (qb_hdb_handle_create (handle_database, instance_size, |
| 133 | handle_id_out)); |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * @brief hdb_handle_get |
no outgoing calls
no test coverage detected