MCPcopy Index your code
hub / github.com/coder/coder / EXPECT

Method EXPECT

aibridge/mcpmock/mcpmock.go:41–43  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

39
40// EXPECT returns an object that allows the caller to indicate expected use.
41func (m *MockServerProxier) EXPECT() *MockServerProxierMockRecorder {
42 return m.recorder
43}
44
45// CallTool mocks base method.
46func (m *MockServerProxier) CallTool(ctx context.Context, name string, input any) (*mcp0.CallToolResult, error) {

Callers 3

TestPoolFunction · 0.95
TestPool_ExpiryFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestPoolFunction · 0.76
TestPool_ExpiryFunction · 0.76