MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getApiKey

Function getApiKey

freebuff/e2e/tests/agent-startup.e2e.test.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const AGENT_TEST_TIMEOUT = 180_000
18
19function getApiKey(): string | null {
20 return process.env.CODEBUFF_API_KEY ?? null
21}
22
23describe('Freebuff: Agent-driven E2E', () => {
24 let cleanup: (() => Promise<void>) | null = null

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected