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

Method String

awsrr.go:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func (f *LatencyRoute) String() string {
137 return KeyValues{"routing", "LATENCY", "region", f.Region}.String()
138}
139
140func (f *LatencyRoute) Parse(kvs KeyValues) {
141 f.Region = kvs.GetString("region")

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected