Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ getSchema
Method
getSchema
lib/schema-controller.js:67–69 ·
view source on GitHub ↗
(schemaId)
Source
from the content-addressed store, hash-verified
65
}
66
67
getSchema (schemaId) {
68
return
this.schemaBucket.getSchema(schemaId)
69
}
70
71
getSchemas () {
72
return
this.schemaBucket.getSchemas()
Callers
nothing calls this directly
Calls
1
getSchema
Method · 0.65
Tested by
no test coverage detected