MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Set

Method Set

cmd/flags/flags.go:78–81  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

76}
77
78func (s *StringValue) Set(val string) error {
79 *s = StringValue(val)
80 return nil
81}
82func (s *StringValue) Type() string {
83 return "string"
84}

Callers 3

fromSyncConfigFunction · 0.45
disableKlogFunction · 0.45
openLocalMethod · 0.45

Calls 1

StringValueTypeAlias · 0.85

Tested by

no test coverage detected