MCPcopy Index your code
hub / github.com/callstack/agent-device / numberSchema

Function numberSchema

src/commands/command-input.ts:95–97  ·  view source on GitHub ↗
(description?: string)

Source from the content-addressed store, hash-verified

93}
94
95function numberSchema(description?: string): JsonSchema {
96 return { type: 'number', ...(description ? { description } : {}) };
97}
98
99export function integerSchema(description?: string): JsonSchema {
100 return { type: 'integer', ...(description ? { description } : {}) };

Callers 1

numberFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…