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

Function isWithDefault

packages/cli/src/internal/args.ts:150–150  ·  view source on GitHub ↗
(self: Instruction)

Source from the content-addressed store, hash-verified

148
149/** @internal */
150export const isWithDefault = (self: Instruction): self is WithDefault => self._tag === "WithDefault"
151
152/** @internal */
153export const isWithFallbackConfig = (self: Instruction): self is WithFallbackConfig =>

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…