Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ getValidatorBuilder
Method
getValidatorBuilder
lib/schema-controller.js:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
getValidatorBuilder () {
132
return
this.compilersFactory.buildValidator || (this.parent && this.parent.getValidatorBuilder())
133
}
134
135
/**
136
* This method will be called when a validator must be setup.
Callers
1
setupValidator
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected