MCPcopy Create free account
hub / github.com/abice/go-enum / NumInput

Method NumInput

example/sql_mock_test.go:172–177  ·  view source on GitHub ↗

NumInput mocks base method.

()

Source from the content-addressed store, hash-verified

170
171// NumInput mocks base method.
172func (m *MockStmt) NumInput() int {
173 m.ctrl.T.Helper()
174 ret := m.ctrl.Call(m, "NumInput")
175 ret0, _ := ret[0].(int)
176 return ret0
177}
178
179// NumInput indicates an expected call of NumInput.
180func (mr *MockStmtMockRecorder) NumInput() *gomock.Call {

Callers 4

TestExampleSQLFunction · 0.45
TestExampleSQLStrOnlyFunction · 0.45
TestExampleSQLIntOnlyFunction · 0.45
TestExampleSQLStrIntOnlyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected