Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ getSchemas
Function
getSchemas
test/types/instance.tst.ts:185–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
return
server.getSchema(
'SchemaId'
)
184
},
185
getSchemas () {
186
expect(server.getSchemas()).
type
.toBe<Record<string, unknown>>()
187
return
server.getSchemas()
188
}
189
}
190
}
191
})
Callers
nothing calls this directly
Calls
1
getSchemas
Method · 0.65
Tested by
no test coverage detected