MCPcopy
hub / github.com/gcanti/tcomb-form-native / pureValidate

Method pureValidate

lib/components.js:119–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 pureValidate() {
120 return t.validate(
121 this.getValue(),
122 this.props.type,
123 this.getValidationOptions()
124 );
125 }
126
127 validate() {
128 const result = this.pureValidate();

Callers 1

validateMethod · 0.95

Calls 3

getValueMethod · 0.95
getValidationOptionsMethod · 0.95
validateMethod · 0.45

Tested by

no test coverage detected