MCPcopy Create free account
hub / github.com/brimdata/super / EXPECT

Method EXPECT

pkg/storage/mock/mock_engine.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 *MockEngine) EXPECT() *MockEngineMockRecorder {
42 return m.recorder
43}
44
45// Delete mocks base method.
46func (m *MockEngine) Delete(arg0 context.Context, arg1 *storage.URI) error {

Callers 1

TestDirS3SourceFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDirS3SourceFunction · 0.76