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

Function session

apps/cloud/src/auth/mirror-feeders.node.test.ts:1096–1104  ·  view source on GitHub ↗
(accountId: string)

Source from the content-addressed store, hash-verified

1094 const TARGET = freshId("user");
1095
1096 const session = (accountId: string) => ({
1097 accountId,
1098 email: `${accountId}@placeholder.test`,
1099 name: null,
1100 avatarUrl: null,
1101 organizationId: null,
1102 sealedSession: "sealed",
1103 refreshedSession: null,
1104 });
1105
1106 const stubApiKeys = Layer.succeed(ApiKeyService)({
1107 validate: () => Effect.die("membership writes do not validate keys"),

Callers 1

providerLayerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected