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

Function skipIfNoApiKey

sdk/e2e/utils/get-api-key.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 * E2E tests should always run; use mock mode when not opted-in.
28 */
29export function skipIfNoApiKey(): boolean {
30 return false
31}
32
33/**
34 * Check if output indicates an authentication error.

Calls

no outgoing calls

Tested by

no test coverage detected