Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
validate
Method · 0.95
Calls
3
getValue
Method · 0.95
getValidationOptions
Method · 0.95
validate
Method · 0.45
Tested by
no test coverage detected