Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
func
(f *WeightedRoute) String() string {
149
return
KeyValues{
"routing"
,
"WEIGHTED"
,
"weight"
, f.Weight}.String()
150
}
151
152
func
(f *WeightedRoute) Parse(kvs KeyValues) {
153
f.Weight = int64(kvs.GetInt(
"weight"
))
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected