| 48 | } |
| 49 | |
| 50 | void WarningContext::defaultPopulateAllWarnings(uint64_t queryID) { |
| 51 | populateWarnings(queryID); |
| 52 | } |
| 53 | |
| 54 | void WarningContext::populateWarnings(uint64_t queryID, populate_func_t populateFunc, |
| 55 | get_file_idx_func_t getFileIdxFunc) { |
no outgoing calls
no test coverage detected