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

Function createDefaultInternalValidationResult

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

Source from the content-addressed store, hash-verified

19}
20
21export const createDefaultInternalValidationResult = (): InternalValidationResult => ({
22 key: '',
23 type: '',
24 succeeded: true,
25 message: '',
26});
27
28export interface RecordValidationResult {
29 succeeded: boolean;

Callers 7

validateFieldFunction · 0.90
validateSingleRecordFunction · 0.90
checkValidationResultFunction · 0.90
checkValidationResultFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…