Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ configValueRecord
Struct
configValueRecord
internal/cli/config.go:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
type
configValueRecord
struct
{
91
Path string `json:
"path"
`
92
Value any `json:
"value"
`
93
Redacted bool `json:
"redacted"
`
94
}
95
96
type
configSetRecord
struct
{
97
Path string `json:
"path"
`
Callers
1
newConfigGetCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected