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

Function annotateContext

packages/workflow/src/Workflow.ts:295–300  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

293 })
294 },
295 annotateContext(context) {
296 return make({
297 ...options,
298 annotations: Context.merge(self.annotations, context)
299 })
300 },
301 execute: Effect.fnUntraced(
302 function*(fields: any, opts) {
303 const payload = self.payloadSchema.make(fields)

Callers

nothing calls this directly

Calls 2

mergeMethod · 0.80
makeFunction · 0.70

Tested by

no test coverage detected