Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ newStringValue
Function
newStringValue
pkg/cmdutil/flags.go:76–78 ·
view source on GitHub ↗
(p **string)
Source
from the content-addressed store, hash-verified
74
}
75
76
func
newStringValue(p **string) *stringValue {
77
return
&stringValue{p}
78
}
79
80
func
(s *stringValue) Set(value string) error {
81
*s.string = &value
Callers
1
NilStringFlag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected