MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / parseDetailedRoute

Function parseDetailedRoute

cfapi/ip_route.go:221–225  ·  view source on GitHub ↗
(body io.ReadCloser)

Source from the content-addressed store, hash-verified

219}
220
221func parseDetailedRoute(body io.ReadCloser) (DetailedRoute, error) {
222 var route DetailedRoute
223 err := parseResponse(body, &route)
224 return route, err
225}
226
227// setVnetParam overwrites the URL's query parameters with a query param to scope the HostnameRoute action to a certain
228// virtual network (if one is provided).

Callers 1

GetByIPMethod · 0.85

Calls 1

parseResponseFunction · 0.85

Tested by

no test coverage detected