Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ String
Method
String
ingress/origin_service.go:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(o *httpService) String() string {
89
return
o.url.String()
90
}
91
92
func
(o httpService) MarshalJSON() ([]byte, error) {
93
return
json.Marshal(o.String())
Callers
1
MarshalJSON
Method · 0.95
Calls
1
String
Method · 0.65
Tested by
no test coverage detected