MCPcopy
hub / github.com/Effect-TS/effect / Match.tst.ts

File Match.tst.ts

packages/effect/dtslint/Match.tst.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Either, hole, Match, Option, pipe, Predicate } from "effect"
2import { describe, expect, it } from "tstyche"
3
4type Value = { _tag: "A"; a: number } | { _tag: "B"; b: number }

Callers

nothing calls this directly

Calls 6

pipeFunction · 0.90
itFunction · 0.85
pipeMethod · 0.65
isMethod · 0.65
matchFunction · 0.50
valueMethod · 0.45

Tested by

no test coverage detected