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

Function getApiKey

freebuff/e2e/tests/code-edit.e2e.test.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14const TEST_TIMEOUT = 1_000_000
15
16function getApiKey(): string | null {
17 return process.env.CODEBUFF_API_KEY ?? null
18}
19
20describe.skip('Freebuff: Code Edit', () => {
21 let session: FreebuffSession | null = null

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected