MCPcopy Create free account
hub / github.com/cloudflare/meet / getDb

Function getDb

schema.ts:39–44  ·  view source on GitHub ↗
(context: { env: Env })

Source from the content-addressed store, hash-verified

37})
38
39export function getDb(context: { env: Env }) {
40 if (!context.env.DB) {
41 return null
42 }
43 return drizzle(context.env.DB)
44}

Callers 4

constructorMethod · 0.90
onStartMethod · 0.90
actionFunction · 0.90
actionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected