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

Method batchKey

packages/effect/src/RequestResolver.ts:86–86  ·  view source on GitHub ↗

* Get a batch key for the given request.

(entry: Request.Entry<A>)

Source from the content-addressed store, hash-verified

84 * Get a batch key for the given request.
85 */
86 batchKey(entry: Request.Entry<A>): unknown
87
88 /**
89 * An optional pre-check function that can be used to filter requests before

Callers 2

addEntryFunction · 0.80
removeEntryUnsafeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected