Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.
| 85 | // @return true to use androgynous description, false to use normal description. |
| 86 | // |
| 87 | bool DefaultPlugin::IsAndrogynous() const noexcept(false) |
| 88 | { |
| 89 | return false; |
| 90 | } |
| 91 | |
| 92 | } // namespace Plugins |
| 93 |
nothing calls this directly
no outgoing calls
no test coverage detected