Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ dispose
Method
dispose
packages/adapter-d1/src/d1-worker.ts:208–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
}
207
208
async
dispose(): Promise<void> {
209
await
this.release?.()
210
}
211
}
212
213
export
class
PrismaD1WorkerAdapterFactory implements SqlDriverAdapterFactory {
Callers
nothing calls this directly
Calls
1
release
Method · 0.80
Tested by
no test coverage detected