| 125 | } |
| 126 | |
| 127 | static inline cbm_store_t *rh_index(RProj *lp, const char *filename, const char *content) { |
| 128 | RFile f = {filename, content}; |
| 129 | return rh_index_files(lp, &f, 1); |
| 130 | } |
| 131 | |
| 132 | static inline void rh_cleanup(RProj *lp, cbm_store_t *store) { |
| 133 | if (store) |
no test coverage detected