MCPcopy Index your code
hub / github.com/dkorunic/betteralign / String

Method String

betteralign.go:142–144  ·  view source on GitHub ↗

String satisfies flag.Value with a human-readable rendering; not meant to round-trip through Set.

()

Source from the content-addressed store, hash-verified

140// String satisfies flag.Value with a human-readable rendering; not meant to
141// round-trip through Set.
142func (f *StringArrayFlag) String() string {
143 return fmt.Sprintf("%v", *f)
144}
145
146// Set splits comma-separated values onto the accumulator, matching the original
147// fieldalignment CLI (`a,b,c` is equivalent to three repeats). Empty entries

Callers 15

buildIgnoreScanSourceFunction · 0.45
runMethod · 0.45
FuzzDecorateFileIdentityFunction · 0.45
reorderInvariantFunction · 0.45
fieldSigFunction · 0.45
reorderAllInvariantFunction · 0.45
buildLargeSourceFunction · 0.45
buildCommentedSourceFunction · 0.45
buildNestedSourceFunction · 0.45

Calls

no outgoing calls