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

Function ensureCliTestEnv

cli/src/__tests__/test-utils.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149export function ensureCliTestEnv(): void {
150 loadCliEnv()
151}
152
153export function getDefaultCliEnv(): Record<string, string> {
154 return { ...loadCliEnv() }

Calls 1

loadCliEnvFunction · 0.85

Tested by

no test coverage detected