Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
function
setCookie(res: any, cookie: Cookie) {
Callers
15
setSessionCookies
Function · 0.95
job
Function · 0.80
buildSentAtForThreads
Function · 0.80
run
Function · 0.80
join-users-to-public-channels.ts
File · 0.80
clean-dup-channels.ts
File · 0.80
createJobs
Function · 0.80
processDiscordIntegration
Function · 0.80
parseMessage
Function · 0.80
fetchAllAccounts
Function · 0.80
onMessageCreate
Function · 0.80
onThreadCreate
Function · 0.80
Calls
no outgoing calls
Tested by
1
ooo
Function · 0.64