MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / TestValidAssociateRequest

Function TestValidAssociateRequest

socks/request_test.go:59–61  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

57}
58
59func TestValidAssociateRequest(t *testing.T) {
60 createRequest(t, socks5Version, associateCommand, "127.0.0.1", 1234, false)
61}
62
63func TestInValidVersionRequest(t *testing.T) {
64 createRequest(t, 4, connectCommand, "127.0.0.1", 1337, true)

Callers

nothing calls this directly

Calls 1

createRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…