MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / cookieOf

Function cookieOf

e2e/cloud/connection-owner-isolation.test.ts:68–68  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

66// responses re-seal the session when the active org changes.
67
68const cookieOf = (identity: Identity): string => identity.headers?.["cookie"] ?? "";
69
70const postJson = (target: TargetShape, path: string, identity: Identity, body: unknown) =>
71 Effect.promise(async () => {

Callers 2

postJsonFunction · 0.70
activeOrganizationIdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected