MCPcopy Create free account
hub / github.com/Effect-TS/effect / annotate

Method annotate

packages/effect/src/Cause.ts:264–264  ·  view source on GitHub ↗
(annotations: Context.Context<never> | ReadonlyMap<string, unknown>, options?: {
      readonly overwrite?: boolean | undefined
    })

Source from the content-addressed store, hash-verified

262 readonly _tag: Tag
263 readonly annotations: ReadonlyMap<string, unknown>
264 annotate(annotations: Context.Context<never> | ReadonlyMap<string, unknown>, options?: {
265 readonly overwrite?: boolean | undefined
266 }): this
267 }

Callers 15

Configuration.tsFile · 0.65
Generated.tsFile · 0.65
IndexedDb.tsFile · 0.65
OpenApi.test.tsFile · 0.65
GroupClass · 0.65
UsersApiClass · 0.65
TopLevelApiClass · 0.65
ApiClass · 0.65
Workflow.test.tsFile · 0.65
cronProbeFunction · 0.65
Entity.test.tsFile · 0.65

Implementers 3

Filterpackages/effect/src/SchemaIssue.ts
FilterGrouppackages/effect/src/SchemaAST.ts
ServerClientpackages/effect/src/unstable/rpc/Rpc.t

Calls

no outgoing calls

Tested by 1

cronProbeFunction · 0.52