(input: string | undefined)
| 8 | } |
| 9 | |
| 10 | export function escapeLikeString(input: string | undefined) { |
| 11 | return escapeString(escapeString(input || "")); |
| 12 | } |
| 13 | |
| 14 | // If model is comparison model, this will return an empty array |
| 15 | export const getStringsToPrune = async (modelId: string) => { |
no test coverage detected