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

Function isStandard

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

Source from the content-addressed store, hash-verified

113
114/** @internal */
115export const isStandard = (self: Instruction): self is Standard => self._tag === "Standard"
116
117/** @internal */
118export const isGetUserInput = (self: Instruction): self is GetUserInput => self._tag === "GetUserInput"

Callers 4

loopFunction · 0.85
getZshSubcommandCasesFunction · 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…