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

Function float

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

Source from the content-addressed store, hash-verified

357
358/** @internal */
359export const float = (name: string): Options.Options<number> => makeSingle(name, Arr.empty(), InternalPrimitive.float)
360
361/** @internal */
362export const integer = (name: string): Options.Options<number> =>

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…