| 5023 | } |
| 5024 | |
| 5025 | static const char *arch_path_scope_sql(void) { |
| 5026 | return " AND (file_path = ? OR file_path LIKE ?)"; |
| 5027 | } |
| 5028 | |
| 5029 | static void arch_bind_path_scope(sqlite3_stmt *stmt, int exact_idx, int like_idx, const char *norm, |
| 5030 | const char *like_pat) { |
no outgoing calls
no test coverage detected