Skip to content

Azure::Core::Operation<T>::GetRawResponseInternal() is never used #4662

@Jinming-Hu

Description

@Jinming-Hu

This is a pure virtual method. Every derived class needs to implement it, from what I can see, all derived classes have the same implementation with only 1-line code return *m_rawResponse;. But this method is not used anywhere, can we just delete it?

I found this problem when working on improving storage test coverage, this line of code can never be reached.

image

Metadata

Metadata

Labels

Azure.CoreClientThis issue points to a problem in the data-plane of the library.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions