Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ getSchemas
Method
getSchemas
lib/schema-controller.js:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
getSchemas () {
72
return
this.schemaBucket.getSchemas()
73
}
74
75
setValidatorCompiler (validatorCompiler) {
76
// Set up as if the fixed validator compiler had been provided
Callers
nothing calls this directly
Calls
1
getSchemas
Method · 0.65
Tested by
no test coverage detected