| 1025 | } |
| 1026 | |
| 1027 | void cf_LibraryFindClose() { |
| 1028 | cfile_search_library = nullptr; |
| 1029 | cfile_search_curr_index = 0; |
| 1030 | cfile_search_ispattern = false; |
| 1031 | } |
| 1032 | |
| 1033 | bool cf_IsFileInHog(const std::filesystem::path &filename, const std::filesystem::path &hogname) { |
| 1034 | std::shared_ptr<library> lib = Libraries; |
no outgoing calls
no test coverage detected