Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ getChatGptOAuthTokenFromEnv
Function
getChatGptOAuthTokenFromEnv
sdk/src/env.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
* Get ChatGPT OAuth token from environment variable.
47
*/
48
export
const
getChatGptOAuthTokenFromEnv = (): string | undefined => {
49
return
process.env[CHATGPT_OAUTH_TOKEN_ENV_VAR]
50
}
Callers
2
getChatGptOAuthCredentials
Function · 0.90
env.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected