| 5133 | } |
| 5134 | |
| 5135 | static const char *arch_path_scope_sql(void) { |
| 5136 | return " AND (file_path = ? OR file_path LIKE ?)"; |
| 5137 | } |
| 5138 | |
| 5139 | static void arch_bind_path_scope(sqlite3_stmt *stmt, int exact_idx, int like_idx, const char *norm, |
| 5140 | const char *like_pat) { |
no outgoing calls
no test coverage detected