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

Function float

packages/cli/src/internal/args.ts:252–253  ·  view source on GitHub ↗
(config?: Args.Args.BaseArgsConfig)

Source from the content-addressed store, hash-verified

250
251/** @internal */
252export const float = (config?: Args.Args.BaseArgsConfig): Args.Args<number> =>
253 makeSingle(Option.fromNullable(config?.name), InternalPrimitive.float)
254
255/** @internal */
256export const integer = (config?: Args.Args.BaseArgsConfig): Args.Args<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…