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

Function getApiKeyOrSkip

agents/e2e/base2-free-summary-format.e2e.test.ts:267–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 })
266
267 const getApiKeyOrSkip = (): string | null => {
268 const apiKey = process.env[API_KEY_ENV_VAR]
269 if (!apiKey) {
270 console.warn(
271 `${API_KEY_ENV_VAR} is not set; skipping base2-free summary format test.`,
272 )
273 return null
274 }
275 return apiKey
276 }
277
278 it(
279 'should use actual tool calls instead of imitating summary format',

Calls

no outgoing calls

Tested by

no test coverage detected