| 113 | } |
| 114 | |
| 115 | Status Catalog::GetJsonCatalogObject(const TCatalogObject& req, string* res) { |
| 116 | return JniUtil::CallJniMethod(catalog_, get_json_catalog_object_id_, req, res); |
| 117 | } |
| 118 | |
| 119 | Status Catalog::GetPartialCatalogObject(const TGetPartialCatalogObjectRequest& req, |
| 120 | TGetPartialCatalogObjectResponse* resp) { |
no test coverage detected