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

Function hasSourceFreeSet

packages/effect/src/Optic.ts:1264–1266  ·  view source on GitHub ↗
(kind: Kind)

Source from the content-addressed store, hash-verified

1262}
1263
1264function hasSourceFreeSet(kind: Kind): boolean {
1265 return kind === "Iso" || kind === "Prism"
1266}
1267
1268function composeKind(a: Kind, b: Kind): Kind {
1269 if (a === "Iso") return b

Callers 1

compileSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected