Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
function
getApiKey(): string | undefined {
27
return
typeof process !==
"undefined"
28
? process.env.NEXT_PUBLIC_API_KEY
29
: undefined;
30
}
31
32
class
McpClient {
33
private sessionId: string | null = null;
Callers
1
buildHeaders
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected