| 3124 | } |
| 3125 | |
| 3126 | static const char *arch_path_scope_sql(void) { |
| 3127 | return " AND (file_path = ? OR file_path LIKE ?)"; |
| 3128 | } |
| 3129 | |
| 3130 | static void arch_bind_path_scope(sqlite3_stmt *stmt, int exact_idx, int like_idx, const char *norm, |
| 3131 | const char *like_pat) { |
no outgoing calls
no test coverage detected