MCPcopy
hub / github.com/Effect-TS/effect / get

Function get

packages/effect/src/Data.ts:506–513  ·  view source on GitHub ↗
(_target, tag, _receiver)

Source from the content-addressed store, hash-verified

504} = () =>
505 new Proxy({}, {
506 get(_target, tag, _receiver) {
507 if (tag === "$is") {
508 return Predicate.isTagged
509 } else if (tag === "$match") {
510 return taggedMatch
511 }
512 return tagged(tag as string)
513 }
514 }) as any
515
516function taggedMatch<

Callers 9

goFunction · 0.70
MutableHashMap.tsFile · 0.70
Pretty.tsFile · 0.70
Array.tsFile · 0.70
Schema.tsFile · 0.70
Chunk.tsFile · 0.70
lastFunction · 0.70
SortedMap.tsFile · 0.70
outFunction · 0.70

Calls 1

taggedFunction · 0.70

Tested by

no test coverage detected