Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ getE2EDatabaseUrl
Function
getE2EDatabaseUrl
packages/internal/src/db/e2e-constants.ts:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
'postgresql://manicode_user_local:secretpassword_local@localhost:5433/manicode_db_e2e'
8
9
export
const
getE2EDatabaseUrl = (): string =>
10
process.env.E2E_DATABASE_URL || DEFAULT_E2E_DATABASE_URL
Callers
3
e2e-setup.ts
File · 0.90
playwright.config.ts
File · 0.90
playwright-runner.e2e.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected