MCPcopy Create free account
hub / github.com/barnybug/cli53 / String

Method String

awsrr.go:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148func (f *WeightedRoute) String() string {
149 return KeyValues{"routing", "WEIGHTED", "weight", f.Weight}.String()
150}
151
152func (f *WeightedRoute) Parse(kvs KeyValues) {
153 f.Weight = int64(kvs.GetInt("weight"))

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected