Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ parseVnet
Function
parseVnet
cfapi/virtual_network.go:130–134 ·
view source on GitHub ↗
(body io.ReadCloser)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
parseVnet(body io.ReadCloser) (VirtualNetwork, error) {
131
var
vnet VirtualNetwork
132
err := parseResponse(body, &vnet)
133
return
vnet, err
134
}
Callers
3
CreateVirtualNetwork
Method · 0.85
DeleteVirtualNetwork
Method · 0.85
UpdateVirtualNetwork
Method · 0.85
Calls
1
parseResponse
Function · 0.85
Tested by
no test coverage detected