Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thinkjs/thinkjs
/ validate
Method
validate
index.d.ts:468–468 ·
view source on GitHub ↗
(rules: Object, msgs?: Object)
Source
from the content-addressed store, hash-verified
466
467
export
interface
Logic extends Controller {
468
validate(rules: Object, msgs?: Object): Object;
469
validateErrors?: Object;
470
allowMethods: string;
471
rules: Object;
Callers
2
__after
Function · 0.65
logic.js
File · 0.65
Implementers
1
Validator
test/lib/mockie.js
Calls
no outgoing calls
Tested by
no test coverage detected