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

Method map

packages/auth-server/src/server/cookies.ts:30–32  ·  view source on GitHub ↗
(callbackfn: (value: Cookie) => unknown)

Source from the content-addressed store, hash-verified

28 };
29 }
30 map(callbackfn: (value: Cookie) => unknown) {
31 return Object.values(this.store).map(callbackfn);
32 }
33}
34
35function setCookie(res: any, cookie: Cookie) {

Callers 15

setSessionCookiesFunction · 0.95
jobFunction · 0.80
buildSentAtForThreadsFunction · 0.80
runFunction · 0.80
createJobsFunction · 0.80
parseMessageFunction · 0.80
fetchAllAccountsFunction · 0.80
onMessageCreateFunction · 0.80
onThreadCreateFunction · 0.80

Calls

no outgoing calls

Tested by 1

oooFunction · 0.64