MCPcopy
hub / github.com/cloudflare/cloudflared / EXPECT

Method EXPECT

mocks/mock_limiter.go:38–40  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

36
37// EXPECT returns an object that allows the caller to indicate expected use.
38func (m *MockLimiter) EXPECT() *MockLimiterMockRecorder {
39 return m.recorder
40}
41
42// Acquire mocks base method.
43func (m *MockLimiter) Acquire(flowType string) error {

Callers 3

TestConnectionsFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestConnectionsFunction · 0.76