MCPcopy Index your code
hub / github.com/Effect-TS/effect / isInstruction

Function isInstruction

packages/cli/src/internal/args.ts:132–132  ·  view source on GitHub ↗
(self: Args.Args<_>)

Source from the content-addressed store, hash-verified

130
131/** @internal */
132export const isInstruction = <_>(self: Args.Args<_>): self is Instruction => self as any
133
134/** @internal */
135export const isEmpty = (self: Instruction): self is Empty => self._tag === "Empty"

Callers 1

args.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…