MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / add

Method add

packages/auth-server/src/server/cookies.ts:24–29  ·  view source on GitHub ↗
(name: string, cookie: Cookie)

Source from the content-addressed store, hash-verified

22 {};
23 }
24 add(name: string, cookie: Cookie) {
25 this.store = {
26 ...this.store,
27 [name]: cookie,
28 };
29 }
30 map(callbackfn: (value: Cookie) => unknown) {
31 return Object.values(this.store).map(callbackfn);
32 }

Callers 10

setSessionCookiesFunction · 0.95
discord-sync.tsFile · 0.80
createJobsFunction · 0.80
onDragStartFunction · 0.80
onDragEnterFunction · 0.80
ImagePreviewFunction · 0.80
handleDragEnterFunction · 0.80
parseResultsFunction · 0.80
handleDragStartFunction · 0.80
handleDragEnterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected