MCPcopy
hub / github.com/prisma/prisma / create

Method create

packages/query-plan-executor/src/server/server.ts:37–41  ·  view source on GitHub ↗
(options: Options)

Source from the content-addressed store, hash-verified

35 }
36
37 static async create(options: Options): Promise<Server> {
38 const app = await App.start(options)
39 const server = createHonoServer(app, options)
40 return new Server(app, server)
41 }
42
43 get fetch(): HonoServer['fetch'] {
44 return this.#hono.fetch

Callers 15

__scenarios.tsFile · 0.45
__scenarios.tsFile · 0.45
__scenarios.tsFile · 0.45
__scenarios.tsFile · 0.45
__scenarios.tsFile · 0.45
createAdapterFunction · 0.45
server.tsFile · 0.45
getGeneratorsFunction · 0.45
getBinaryPathsByVersionFunction · 0.45
setupFunction · 0.45
constructorMethod · 0.45
connectToShadowDbMethod · 0.45

Calls 2

createHonoServerFunction · 0.85
startMethod · 0.65

Tested by 1

setupFunction · 0.36