MCPcopy Create free account
hub / github.com/coder/coder / WriteLog

Method WriteLog

coderd/httpmw/loggermw/loggermock/loggermock.go:75–78  ·  view source on GitHub ↗

WriteLog mocks base method.

(ctx context.Context, status int)

Source from the content-addressed store, hash-verified

73
74// WriteLog mocks base method.
75func (m *MockRequestLogger) WriteLog(ctx context.Context, status int) {
76 m.ctrl.T.Helper()
77 m.ctrl.Call(m, "WriteLog", ctx, status)
78}
79
80// WriteLog indicates an expected call of WriteLog.
81func (mr *MockRequestLoggerMockRecorder) WriteLog(ctx, status any) *gomock.Call {

Callers

nothing calls this directly

Calls 2

CallMethod · 0.80
HelperMethod · 0.65

Tested by

no test coverage detected