Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
78
func
(s *StringValue) Set(val string) error {
79
*s = StringValue(val)
80
return
nil
81
}
82
func
(s *StringValue) Type() string {
83
return
"string"
84
}
Callers
3
fromSyncConfig
Function · 0.45
disableKlog
Function · 0.45
openLocal
Method · 0.45
Calls
1
StringValue
TypeAlias · 0.85
Tested by
no test coverage detected