| 5265 | } |
| 5266 | |
| 5267 | int cbm_store_get_schema(cbm_store_t *s, const char *project, cbm_schema_info_t *out) { |
| 5268 | return get_schema_impl(s, project, out, true); |
| 5269 | } |
| 5270 | |
| 5271 | int cbm_store_get_schema_counts(cbm_store_t *s, const char *project, cbm_schema_info_t *out) { |
| 5272 | return get_schema_impl(s, project, out, false); |
no test coverage detected