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

Function isComposite

packages/effect/src/internal/fiberId.ts:166–168  ·  view source on GitHub ↗
(self: FiberId.FiberId)

Source from the content-addressed store, hash-verified

164
165/** @internal */
166export const isComposite = (self: FiberId.FiberId): self is FiberId.Composite => {
167 return self._tag === OP_COMPOSITE
168}
169
170/** @internal */
171export const combine = dual<

Callers 2

goFunction · 0.85
getMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected