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

Function getSystemProcessEnv

sdk/src/env.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37export const getSystemProcessEnv = (): NodeJS.ProcessEnv => {
38 return process.env
39}
40
41export const getByokOpenrouterApiKeyFromEnv = (): string | undefined => {
42 return process.env[BYOK_OPENROUTER_ENV_VAR]

Callers 1

runTerminalCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected