Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/vault
/ boolValue
Struct
boolValue
command/base_flags.go:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
type
boolValue
struct
{
171
hidden bool
172
target *bool
173
}
174
175
func
newBoolValue(def bool, target *bool, hidden bool) *boolValue {
176
*target = def
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected