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

Function mapToInternalValidationCollection

src/mappers/record-schema.mapper.ts:29–34  ·  view source on GitHub ↗
(
  recordValidations: RecordValidation[]
)

Source from the content-addressed store, hash-verified

27 };
28
29const mapToInternalValidationCollection = (
30 recordValidations: RecordValidation[]
31) =>
32 Array.isArray(recordValidations)
33 ? recordValidations.map(mapToInternalRecordValidation)
34 : [];
35
36const buildIntertalSchema = (
37 internalSchema: RecordIdInternalValidation[]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…