MCPcopy Create free account
hub / github.com/chhoumann/quickadd / hasNumericConfig

Function hasNumericConfig

src/utils/valueSyntax.ts:401–407  ·  view source on GitHub ↗
(options: ParsedOptions)

Source from the content-addressed store, hash-verified

399}
400
401function hasNumericConfig(options: ParsedOptions): boolean {
402 return (
403 options.minRaw !== undefined ||
404 options.maxRaw !== undefined ||
405 options.stepRaw !== undefined
406 );
407}
408
409function buildNumericConfig(
410 options: ParsedOptions,

Callers 1

resolveNumericInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected