Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/barnybug/cli53
/ String
Method
String
awsrr.go:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
func
(f *FailoverRoute) String() string {
99
return
KeyValues{
"routing"
,
"FAILOVER"
,
"failover"
, f.Failover}.String()
100
}
101
102
func
(f *FailoverRoute) Parse(kvs KeyValues) {
103
f.Failover = kvs.GetString(
"failover"
)
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected