MCPcopy Index your code
hub / github.com/Effect-TS/effect / makeExecutionId

Function makeExecutionId

packages/workflow/src/Workflow.ts:281–281  ·  view source on GitHub ↗
(payload: any)

Source from the content-addressed store, hash-verified

279 }
280): Workflow<Name, Payload extends Schema.Struct.Fields ? Schema.Struct<Payload> : Payload, Success, Error> => {
281 const makeExecutionId = (payload: any) => makeHashDigest(`${options.name}-${options.idempotencyKey(payload)}`)
282 const self: Workflow<Name, any, Success, Error> = {
283 [TypeId]: TypeId,
284 name: options.name,

Callers 1

makeFunction · 0.85

Calls 1

makeHashDigestFunction · 0.85

Tested by

no test coverage detected