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

Method get

packages/effect/src/internal/cache.ts:326–328  ·  view source on GitHub ↗
(key: Key)

Source from the content-addressed store, hash-verified

324 }
325
326 get(key: Key): Effect.Effect<Value, Error> {
327 return core.map(this.getEither(key), Either.merge)
328 }
329
330 get cacheStats(): Effect.Effect<Cache.CacheStats> {
331 return core.sync(() =>

Callers 1

refreshMethod · 0.95

Calls 2

getEitherMethod · 0.95
mapMethod · 0.65

Tested by

no test coverage detected