MCPcopy Create free account
hub / github.com/Effect-TS/effect / secret

Function secret

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

Source from the content-addressed store, hash-verified

390
391/** @internal */
392export const secret = (name: string): Options.Options<Secret.Secret> =>
393 makeSingle(name, Arr.empty(), InternalPrimitive.secret)
394
395/** @internal */
396export const text = (name: string): Options.Options<string> => makeSingle(name, Arr.empty(), InternalPrimitive.text)

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…