MCPcopy
hub / github.com/codeaashu/claude-code / isTooSmallIssue

Function isTooSmallIssue

src/utils/settings/validation.ts:37–43  ·  view source on GitHub ↗
(issue: ZodIssue)

Source from the content-addressed store, hash-verified

35}
36
37function isTooSmallIssue(issue: ZodIssue): issue is ZodIssue & {
38 code: 'too_small'
39 minimum: number | bigint
40 origin: string
41} {
42 return issue.code === 'too_small'
43}
44
45/** Field path in dot notation (e.g., "permissions.defaultMode", "env.DEBUG") */
46export type FieldPath = string

Callers 1

formatZodErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected