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

Function isArgs

packages/cli/src/internal/args.ts:129–129  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

127
128/** @internal */
129export const isArgs = (u: unknown): u is Args.Args<unknown> => typeof u === "object" && u != null && ArgsTypeId in u
130
131/** @internal */
132export const isInstruction = <_>(self: Args.Args<_>): self is Instruction => self as any

Callers 1

allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…