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

Method annotate

packages/effect/src/unstable/cluster/Entity.ts:100–100  ·  view source on GitHub ↗

* Annotate the entity with a value.

(key: Context.Key<I, S>, value: S)

Source from the content-addressed store, hash-verified

98 * Annotate the entity with a value.
99 */
100 annotate<I, S>(key: Context.Key<I, S>, value: S): Entity<Type, Rpcs>
101
102 /**
103 * Annotate the Rpc's above this point with a value.

Callers 15

annotateLineFunction · 0.65
annotateErrorLineFunction · 0.65
Prompt.tsFile · 0.65
renderDateErrorFunction · 0.65
renderPartsFunction · 0.65
renderPrefixFunction · 0.65
renderFileNameFunction · 0.65
renderFileFilterFunction · 0.65
renderFilesFunction · 0.65
renderMultiSelectErrorFunction · 0.65
renderChoiceDescriptionFunction · 0.65
renderMultiSelectTitleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected