S5536: Unused functions -> need some explanations

Hello,

Let a C++ function MyClass::B(), which is called by MyClass::A(), which is never called.
Will the function MyClass::B() be tagged as “Remove this unused function” (S5536) ?

Hi,

Have you tried it?

 
:slight_smile:
Ann