MCPcopy
hub / github.com/ory/hydra / EXPECT

Method EXPECT

fosite/internal/hash.go:42–44  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

40
41// EXPECT returns an object that allows the caller to indicate expected use.
42func (m *MockHasher) EXPECT() *MockHasherMockRecorder {
43 return m.recorder
44}
45
46// Compare mocks base method.
47func (m *MockHasher) Compare(ctx context.Context, hash, data []byte) error {

Calls

no outgoing calls