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

Function genCookies

src/stringify-cookie.bench.ts:49–57  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

47});
48
49function genCookies(num: number) {
50 const cookies: Record<string, string | undefined> = {};
51
52 for (let i = 0; i < num; i++) {
53 cookies["foo" + i] = "bar" + i;
54 }
55
56 return cookies;
57}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…