MCPcopy
hub / github.com/CapSoftware/Cap / adapter

Function adapter

packages/database/auth/auth-options.ts:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50 return {
51 get adapter() {
52 if (_adapter) return _adapter;
53 _adapter = DrizzleAdapter(db());
54 return _adapter;
55 },
56 debug: process.env.NODE_ENV !== "production",
57 session: {
58 strategy: "jwt",

Callers

nothing calls this directly

Calls 2

DrizzleAdapterFunction · 0.90
dbFunction · 0.90

Tested by

no test coverage detected