MCPcopy Create free account
hub / github.com/Lemoncode/fonk / didAllValidationsSucceeded

Function didAllValidationsSucceeded

src/form-validation-summary-builder.ts:11–13  ·  view source on GitHub ↗
(
  validationResults: InternalValidationResult[]
)

Source from the content-addressed store, hash-verified

9import { arrayContainsEntries } from './helpers';
10
11const didAllValidationsSucceeded = (
12 validationResults: InternalValidationResult[]
13): boolean => validationResults.every(fvr => fvr.succeeded);
14
15const extractErrors = (
16 validationResults: InternalValidationResult[]

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…