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

Function createDefaultInternalFormValidationResult

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

Source from the content-addressed store, hash-verified

58});
59
60export const createDefaultInternalFormValidationResult = (): InternalFormValidationResult => ({
61 succeeded: true,
62 fieldErrors: {},
63 recordErrors: {},
64});

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…