Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
func
(f *LatencyRoute) String() string {
137
return
KeyValues{
"routing"
,
"LATENCY"
,
"region"
, f.Region}.String()
138
}
139
140
func
(f *LatencyRoute) Parse(kvs KeyValues) {
141
f.Region = kvs.GetString(
"region"
)
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected