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

Function isSingle

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

Source from the content-addressed store, hash-verified

171
172/** @internal */
173export const isSingle = (self: Instruction): self is Single => self._tag === "Single"
174
175/** @internal */
176export const isKeyValueMap = (self: Instruction): self is KeyValueMap => self._tag === "KeyValueMap"

Callers 2

keyValueMapFunction · 0.70
makeVariadicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected