| 648 | } |
| 649 | |
| 650 | map<string,account_id_type> database_api::lookup_accounts(const string& lower_bound_name, uint32_t limit)const |
| 651 | { |
| 652 | return my->lookup_accounts( lower_bound_name, limit ); |
| 653 | } |
| 654 | |
| 655 | map<string,account_id_type> database_api_impl::lookup_accounts(const string& lower_bound_name, uint32_t limit)const |
| 656 | { |
no test coverage detected