MCPcopy Create free account
hub / github.com/jshttp/cookie / toCookies

Function toCookies

scripts/update-benchmark.ts:68–70  ·  view source on GitHub ↗
(setCookies: string[])

Source from the content-addressed store, hash-verified

66}
67
68function toCookies(setCookies: string[]) {
69 return setCookies.map((c) => c.split(";")[0]);
70}
71
72function obfuscate(str: string, index: number) {
73 return str

Callers 1

getAllCookiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…