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

Method contains

packages/effect/src/Cache.ts:124–124  ·  view source on GitHub ↗

* Returns whether a value associated with the specified key exists in the * cache.

(key: Key)

Source from the content-addressed store, hash-verified

122 * cache.
123 */
124 contains(key: Key): Effect.Effect<boolean>
125
126 /**
127 * Returns statistics for the specified entry.

Callers 10

parseCommandLineFunction · 0.65
loopFunction · 0.65
exhaustiveSearchFunction · 0.65
Option.test.tsFile · 0.65
rootContainsFunction · 0.65
TArray.test.tsFile · 0.65
expectContainsFunction · 0.65
STM.test.tsFile · 0.65
pathPatch.tsFile · 0.65

Implementers 1

CacheImplpackages/effect/src/internal/cache.ts

Calls

no outgoing calls

Tested by 2

rootContainsFunction · 0.52
expectContainsFunction · 0.52