(setCookies: string[])
| 66 | } |
| 67 | |
| 68 | function toCookies(setCookies: string[]) { |
| 69 | return setCookies.map((c) => c.split(";")[0]); |
| 70 | } |
| 71 | |
| 72 | function obfuscate(str: string, index: number) { |
| 73 | return str |
no outgoing calls
no test coverage detected
searching dependent graphs…