Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
export
function
getDb(context: { env: Env }) {
40
if
(!context.env.DB) {
41
return
null
42
}
43
return
drizzle(context.env.DB)
44
}
Callers
4
constructor
Method · 0.90
onStart
Method · 0.90
action
Function · 0.90
action
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected