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

Function text

packages/cli/src/internal/options.ts:396–396  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

394
395/** @internal */
396export const text = (name: string): Options.Options<string> => makeSingle(name, Arr.empty(), InternalPrimitive.text)
397
398// =============================================================================
399// Combinators

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…