| 5116 | } |
| 5117 | |
| 5118 | static const char *arch_path_scope_sql(void) { |
| 5119 | return " AND (file_path = ? OR file_path LIKE ?)"; |
| 5120 | } |
| 5121 | |
| 5122 | static void arch_bind_path_scope(sqlite3_stmt *stmt, int exact_idx, int like_idx, const char *norm, |
| 5123 | const char *like_pat) { |
no outgoing calls
no test coverage detected