Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
const
TEST_TIMEOUT = 1_000_000
15
16
function
getApiKey(): string | null {
17
return
process.env.CODEBUFF_API_KEY ?? null
18
}
19
20
describe.skip(
'Freebuff: Code Edit'
, () => {
21
let
session: FreebuffSession | null = null
Callers
1
code-edit.e2e.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected