(_ context.Context)
| 37 | } |
| 38 | |
| 39 | func (w *testAnyWrapper) UnwrapAny(_ context.Context) (interface{}, error) { return w.inner, nil } |
| 40 | func (w *testAnyWrapper) IsExactLength() bool { return true } |
| 41 | func (w *testAnyWrapper) MaxByteLength() int64 { return 1000 } |
| 42 | func (w *testAnyWrapper) Compare(_ context.Context, _ interface{}) (int, bool, error) { |
no outgoing calls
no test coverage detected