MCPcopy Create free account
hub / github.com/fastify/fastify / getSchema

Function getSchema

test/schema-feature.test.js:1565–1567  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1563 store.set(schema.$id, schema)
1564 },
1565 getSchema (id) {
1566 return store.get(id)
1567 },
1568 getSchemas () {
1569 // what is returned by this function, will be the `storeInit` parameter
1570 initStoreQueue.push(store)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected