Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ add
Method
add
lib/schema-controller.js:62–65 · lib/schema-controller.js::SchemaController.add
(schema)
Source
from the content-addressed store, hash-verified
60
61
class
="cm">// Bucket
interface
62
add (schema) {
63
this.addedSchemas = true
64
return
this.schemaBucket.add(schema)
65
}
66
67
getSchema (schemaId) {
68
return
this.schemaBucket.getSchema(schemaId)
Callers
14
addHook
Function · 0.80
_addHook
Function · 0.80
addSchema
Function · 0.80
addHttpMethod
Function · 0.80
routeHandler
Function · 0.80
createCloseHttp2SessionsByHttp2Server
Function · 0.80
addContentTypeParser
Function · 0.80
init
Function · 0.80
noop-set.test.js
File · 0.80
content-parser.test.js
File · 0.80
decorator.test.js
File · 0.80
hooks.test.js
File · 0.80
Calls
no outgoing calls
Tested by
1
init
Function · 0.64