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

Function createDefaultRecordValidationResult

src/model/result.model.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33export const createDefaultRecordValidationResult = (): RecordValidationResult => ({
34 succeeded: true,
35 recordErrors: {},
36});
37
38export interface InternalFormValidationResult {
39 succeeded: boolean;

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…