MCPcopy
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
76func newStringValue(p **string) *stringValue {
77 return &stringValue{p}
78}
79
80func (s *stringValue) Set(value string) error {
81 *s.string = &value

Callers 1

NilStringFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected