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

Method annotate

packages/cluster/src/Entity.ts:89–89  ·  view source on GitHub ↗

* Annotate the entity with a value.

(tag: Context.Tag<I, S>, value: S)

Source from the content-addressed store, hash-verified

87 * Annotate the entity with a value.
88 */
89 annotate<I, S>(tag: Context.Tag<I, S>, value: S): Entity<Type, Rpcs>
90
91 /**
92 * Annotate the Rpc's above this point with a value.

Callers 15

Prompt.test.tsFile · 0.65
toAnsiDocInternalFunction · 0.65
renderInputFunction · 0.65
annotateLineFunction · 0.65
renderErrorFunction · 0.65
renderNextFrameFunction · 0.65
renderSubmissionFunction · 0.65
renderToggleFunction · 0.65
annotateLineFunction · 0.65
renderNextFrameFunction · 0.65
renderSubmissionFunction · 0.65
annotateLineFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected