MCPcopy
hub / github.com/openclaw/clawsweeper / ghEnv

Function ghEnv

src/repair/github-cli.ts:228–230  ·  view source on GitHub ↗
(overrides: NodeJS.ProcessEnv = {})

Source from the content-addressed store, hash-verified

226}
227
228export function ghEnv(overrides: NodeJS.ProcessEnv = {}): NodeJS.ProcessEnv {
229 return ghCliEnv(overrides);
230}
231
232export function ghErrorText(error: unknown): string {
233 if (!error || typeof error !== "object") return String(error ?? "");

Callers 15

ghTextFunction · 0.85
ghTextAsyncFunction · 0.85
ghSpawnFunction · 0.85
executeReplacementBranchFunction · 0.85
sourcePullRequestLabelsFunction · 0.85
ensureLabelFunction · 0.85
addLabelFunction · 0.85
removeLabelIfPresentFunction · 0.85
linkReplacementSourcePrFunction · 0.85
closeSupersededSourcePrFunction · 0.85

Calls 1

ghCliEnvFunction · 0.85

Tested by

no test coverage detected