| 4922 | } |
| 4923 | |
| 4924 | static const char *arch_path_scope_sql(void) { |
| 4925 | return " AND (file_path = ? OR file_path LIKE ?)"; |
| 4926 | } |
| 4927 | |
| 4928 | static void arch_bind_path_scope(sqlite3_stmt *stmt, int exact_idx, int like_idx, const char *norm, |
| 4929 | const char *like_pat) { |
no outgoing calls
no test coverage detected