MCPcopy Create free account
hub / github.com/tailscale/tailscale / checks

Function checks

feature/taildrop/peerapi_test.go:79–79  ·  view source on GitHub ↗
(vv ...check)

Source from the content-addressed store, hash-verified

77type check func(*testing.T, *peerAPITestEnv)
78
79func checks(vv ...check) []check { return vv }
80
81func httpStatus(wantStatus int) check {
82 return func(t *testing.T, e *peerAPITestEnv) {

Callers 1

TestHandlePeerAPIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…