Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ testFunnel
Struct
testFunnel
packet/funnel_test.go:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
type
testFunnel
struct
{
114
id string
115
closed bool
116
}
117
118
func
newTestFunnel(id string) *testFunnel {
119
return
&testFunnel{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected