| 110 | }; |
| 111 | |
| 112 | struct cached_pattern_t |
| 113 | { |
| 114 | int id; |
| 115 | char *bytes; |
| 116 | int filesize; |
| 117 | }; |
| 118 | |
| 119 | cached_file_t *cached_files = nullptr; |
| 120 | cached_pattern_t *cached_patterns = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected