| 207 | ////////////////////////////////////////////////////////////////////// |
| 208 | |
| 209 | fc::variants database_api::get_objects(const vector<object_id_type>& ids)const |
| 210 | { |
| 211 | return my->get_objects( ids ); |
| 212 | } |
| 213 | |
| 214 | fc::variants database_api_impl::get_objects(const vector<object_id_type>& ids)const |
| 215 | { |
no test coverage detected