func(ctx context.Context) storage.AppenderV2
| 865 | } |
| 866 | |
| 867 | type appendableV2Func func(ctx context.Context) storage.AppenderV2 |
| 868 | |
| 869 | func (a appendableV2Func) AppenderV2(ctx context.Context) storage.AppenderV2 { return a(ctx) } |
| 870 |
no outgoing calls
no test coverage detected
searching dependent graphs…