MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getApiKey

Function getApiKey

web/lib/api/files.ts:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26function getApiKey(): string | undefined {
27 return typeof process !== "undefined"
28 ? process.env.NEXT_PUBLIC_API_KEY
29 : undefined;
30}
31
32class McpClient {
33 private sessionId: string | null = null;

Callers 1

buildHeadersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected