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

Function cookieOf

e2e/cloud/spec-update-convergence.test.ts:109–109  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

107
108// ── Session plumbing over the real auth endpoints (mirrors the web app) ──────
109const cookieOf = (identity: Identity): string => identity.headers?.["cookie"] ?? "";
110
111const postJson = (target: TargetShape, path: string, identity: Identity, body: unknown) =>
112 Effect.promise(async () => {

Callers 1

postJsonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected