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