MCPcopy
hub / github.com/deepfence/SecretScanner / String

Method String

core/options.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (v *repeatableStringValue) String() string {
50 return ""
51}
52
53func (v *repeatableStringValue) Set(s string) error {
54 v.values = append(v.values, s)

Callers 3

main.goFile · 0.80
mustMarshalFunction · 0.80
ParseOptionsFunction · 0.80

Calls

no outgoing calls

Tested by 1

mustMarshalFunction · 0.64