MCPcopy Create free account
hub / github.com/github/gh-aw / Unwrap

Method Unwrap

pkg/cli/env_command.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (e *defaultsGHError) Unwrap() error {
93 return e.cause
94}
95
96var defaultsBindings = []defaultsBinding{
97 {envName: compilerenv.DefaultMaxAICredits, fieldName: "default_max_ai_credits", get: func(f *defaultsFile) **string { return &f.DefaultMaxAICredits }},

Callers 1

unwrapErrorChainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected