Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hashicorp/vault
/ set
Method
set
command/base_flags.go:530–532 ·
view source on GitHub ↗
(val string)
Source
from the content-addressed store, hash-verified
528
}
529
530
func
(s *stringValue) set(val string) {
531
*s.target = s.normalize(val)
532
}
533
534
func
(s *stringValue) normalize(in string) string {
535
if
s == nil || len(s.normalizers) < 1 {
Callers
2
newStringValue
Function · 0.95
Set
Method · 0.95
Calls
1
normalize
Method · 0.95
Tested by
no test coverage detected