MCPcopy Create free account
hub / github.com/coder/aibridge / Init

Method Init

mcpmock/mcpmock.go:75–80  ·  view source on GitHub ↗

Init mocks base method.

(arg0 context.Context)

Source from the content-addressed store, hash-verified

73
74// Init mocks base method.
75func (m *MockServerProxier) Init(arg0 context.Context) error {
76 m.ctrl.T.Helper()
77 ret := m.ctrl.Call(m, "Init", arg0)
78 ret0, _ := ret[0].(error)
79 return ret0
80}
81
82// Init indicates an expected call of Init.
83func (mr *MockServerProxierMockRecorder) Init(arg0 any) *gomock.Call {

Callers

nothing calls this directly

Calls 1

CallMethod · 0.80

Tested by

no test coverage detected